diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-01-10 19:45:11 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-01-10 19:45:11 +0800 |
commit | 2fc5e07ac7e7425b4e16e643c6f9d99d8c5823b3 (patch) | |
tree | 135df0b3c16f969aaaada88fdc9364f2b35a2204 /mail/dovecot2-pigeonhole | |
parent | d7614da7b4ec10db0961d49faaeef0eaf5c10689 (diff) | |
download | freebsd-ports-gnome-2fc5e07ac7e7425b4e16e643c6f9d99d8c5823b3.tar.gz freebsd-ports-gnome-2fc5e07ac7e7425b4e16e643c6f9d99d8c5823b3.tar.zst freebsd-ports-gnome-2fc5e07ac7e7425b4e16e643c6f9d99d8c5823b3.zip |
Chase dovecot2 rename in RUN_ and BUILD_DEPENDS.
Diffstat (limited to 'mail/dovecot2-pigeonhole')
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 2836269ba760..6e0bc398871e 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -13,8 +13,8 @@ COMMENT= Sieve plugin for the Dovecot 'deliver' LDA and LMTP LICENSE= LGPL21 -BUILD_DEPENDS:= dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot2 -RUN_DEPENDS:= dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot2 +BUILD_DEPENDS:= dovecot2>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot2 +RUN_DEPENDS:= dovecot2>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot2 DOVECOTVERSION= 2.2 |