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/exact | |
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/exact')
-rw-r--r-- | mail/exact/Makefile | 2 |
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} \ |