svn commit: r381085 - head/mail/websieve
Mathieu Arnold
mat at FreeBSD.org
Thu Mar 12 12:11:09 UTC 2015
Author: mat
Date: Thu Mar 12 12:11:07 2015
New Revision: 381085
URL: https://svnweb.freebsd.org/changeset/ports/381085
QAT: https://qat.redports.org/buildarchive/r381085/
Log:
Fix package depends.
Sponsored by: Absolight
Modified:
head/mail/websieve/Makefile
Modified: head/mail/websieve/Makefile
==============================================================================
--- head/mail/websieve/Makefile Thu Mar 12 11:37:44 2015 (r381084)
+++ head/mail/websieve/Makefile Thu Mar 12 12:11:07 2015 (r381085)
@@ -41,8 +41,8 @@ FUNCLIB_PL= funclib.cyrus
RUN_DEPENDS+= cyradm:${PORTSDIR}/mail/cyrus-imapd23
FUNCLIB_PL= funclib.cyrus
.else
-RUN_DEPENDS+= p5-IMAP-Admin:${PORTSDIR}/mail/p5-IMAP-Admin \
- p5-IMAP-Sieve:${PORTSDIR}/mail/p5-IMAP-Sieve
+RUN_DEPENDS+= p5-IMAP-Admin>=0:${PORTSDIR}/mail/p5-IMAP-Admin \
+ p5-IMAP-Sieve>=0:${PORTSDIR}/mail/p5-IMAP-Sieve
FUNCLIB_PL= funclib.pl
.endif
More information about the svn-ports-all
mailing list