diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-29 19:38:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-29 19:38:25 +0800 |
commit | 449b27f75a36cee7179243c9941295dd503a9f8e (patch) | |
tree | c4ade48be40a9e1bcd60b5ccb3984e76b56d5ac1 /mail/dovecot-antispam/Makefile | |
parent | b6954546e02955ee011200a2d5d193a744be3df2 (diff) | |
download | freebsd-ports-gnome-449b27f75a36cee7179243c9941295dd503a9f8e.tar.gz freebsd-ports-gnome-449b27f75a36cee7179243c9941295dd503a9f8e.tar.zst freebsd-ports-gnome-449b27f75a36cee7179243c9941295dd503a9f8e.zip |
- Convert gmake to USES
Approved by: portmgr
Diffstat (limited to 'mail/dovecot-antispam/Makefile')
-rw-r--r-- | mail/dovecot-antispam/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/dovecot-antispam/Makefile b/mail/dovecot-antispam/Makefile index 68f009fe8c02..e2f101fa1ce3 100644 --- a/mail/dovecot-antispam/Makefile +++ b/mail/dovecot-antispam/Makefile @@ -17,8 +17,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/mail/dovecot:configure RUN_DEPENDS= dovecot>=1.1.2:${PORTSDIR}/mail/dovecot -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/dovecot/imap MAN7= dovecot-antispam.7 |