aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exact
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-05-29 19:38:25 +0800
committermiwi <miwi@FreeBSD.org>2014-05-29 19:38:25 +0800
commit449b27f75a36cee7179243c9941295dd503a9f8e (patch)
treec4ade48be40a9e1bcd60b5ccb3984e76b56d5ac1 /mail/exact
parentb6954546e02955ee011200a2d5d193a744be3df2 (diff)
downloadfreebsd-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/exact')
-rw-r--r--mail/exact/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exact/Makefile b/mail/exact/Makefile
index 62582847dc85..b8ad19d71eed 100644
--- a/mail/exact/Makefile
+++ b/mail/exact/Makefile
@@ -17,7 +17,7 @@ EXACTDIR?= /var/exact
PLIST_SUB+= MAILUSER=${MAILUSER} MAILGROUP=${MAILGROUP} EXACTDIR=${EXACTDIR}
FETCH_CMD= /usr/bin/fetch -Rr
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-user=${MAILUSER} \
--with-group=${MAILGROUP} \