diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 11:39:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 11:39:16 +0000 |
commit | c3a0a8dbd29cde9f34420927fdebd1f51bcc3ae2 (patch) | |
tree | e4e4d152f667d98787c75d940435b64eb76e1667 | |
parent | - Convert gmake to USES (diff) |
- Convert gmake to USES
Notes
Notes:
svn path=/head/; revision=355690
-rw-r--r-- | news/nntpcache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 5a55b7ef196b..04d4262d8c3a 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -17,7 +17,7 @@ USE_AUTOTOOLS= automake:env SPOOLDIR?= /var/spool NO_CDROM= Free for individuals and non-military, non-profit organisations only -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${SPOOLDIR} |