diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2010-12-02 07:55:38 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2010-12-02 07:55:38 +0000 |
commit | b2a35a898b2c16d16efcd88df7d74569b3123067 (patch) | |
tree | 9a354a04d1cc27e9f18e1b7fbbf0661a46ed1a62 | |
parent | c959ea94ba10229dd03f38600d0c2a4bdb6f399d (diff) | |
download | ports-b2a35a898b2c16d16efcd88df7d74569b3123067.tar.gz ports-b2a35a898b2c16d16efcd88df7d74569b3123067.zip |
. Add a missing BUILD_DEPENDS on dovecot2.
Pointyhat to: glewis
Notes
Notes:
svn path=/head/; revision=265555
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 4fa402785f43..f3e24839537c 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} MAINTAINER= bra@fsn.hu COMMENT= A Sieve plugin for the Dovecot 'deliver' LDA and LMTP +BUILD_DEPENDS= dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot${DOVECOTVER} RUN_DEPENDS= dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot${DOVECOTVER} DOVECOTVERSION= 2.0 |