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/nmzmail | |
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/nmzmail')
-rw-r--r-- | mail/nmzmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/nmzmail/Makefile b/mail/nmzmail/Makefile index 6c223dc8c48c..fc8a213ec4c1 100644 --- a/mail/nmzmail/Makefile +++ b/mail/nmzmail/Makefile @@ -13,7 +13,7 @@ COMMENT= Fast mail searching for mutt RUN_DEPENDS= namazu:${PORTSDIR}/databases/namazu2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/nmzmail PORTDOCS= README NEWS |