diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-01-10 19:44:55 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-01-10 19:44:55 +0800 |
commit | d7614da7b4ec10db0961d49faaeef0eaf5c10689 (patch) | |
tree | 37d73578f783ededf6b727de799692861bc16aa2 /mail/dovecot2-antispam-plugin | |
parent | 676f6e4a4b41e3dae3162fafd3d581fa846f3e9b (diff) | |
download | freebsd-ports-gnome-d7614da7b4ec10db0961d49faaeef0eaf5c10689.tar.gz freebsd-ports-gnome-d7614da7b4ec10db0961d49faaeef0eaf5c10689.tar.zst freebsd-ports-gnome-d7614da7b4ec10db0961d49faaeef0eaf5c10689.zip |
Chase dovecot2 rename in RUN_ and BUILD_DEPENDS.
Diffstat (limited to 'mail/dovecot2-antispam-plugin')
-rw-r--r-- | mail/dovecot2-antispam-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot2-antispam-plugin/Makefile b/mail/dovecot2-antispam-plugin/Makefile index ec0cac0efd51..2c6db182014f 100644 --- a/mail/dovecot2-antispam-plugin/Makefile +++ b/mail/dovecot2-antispam-plugin/Makefile @@ -12,9 +12,9 @@ DISTFILES= dovecot-antispam-plugin-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Dovecot 2.x plugin for spam systems training -BUILD_DEPENDS= dovecot>=2.2.0:${PORTSDIR}/mail/dovecot2 \ +BUILD_DEPENDS= dovecot2>=2.2.0:${PORTSDIR}/mail/dovecot2 \ gawk:${PORTSDIR}/lang/gawk -RUN_DEPENDS= dovecot>=2.2.0:${PORTSDIR}/mail/dovecot2 +RUN_DEPENDS= dovecot2>=2.2.0:${PORTSDIR}/mail/dovecot2 CONFLICTS= dovecot-antispam-1.* WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c |