diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-23 18:55:42 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-23 18:55:42 +0800 |
commit | 4b2e444859c3b578d271cf668a097f8f46a024e4 (patch) | |
tree | cd10a0e3c430f17489d41c01818030fb2634987c /dns/pdnsd | |
parent | 5c64ca58c31ae0b8fab2d46cba9bd4d2c5cd2314 (diff) | |
download | freebsd-ports-gnome-4b2e444859c3b578d271cf668a097f8f46a024e4.tar.gz freebsd-ports-gnome-4b2e444859c3b578d271cf668a097f8f46a024e4.tar.zst freebsd-ports-gnome-4b2e444859c3b578d271cf668a097f8f46a024e4.zip |
- Convert gmake to USES
Diffstat (limited to 'dns/pdnsd')
-rw-r--r-- | dns/pdnsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/pdnsd/Makefile b/dns/pdnsd/Makefile index 3fcdb725e7bb..ce1f762b62de 100644 --- a/dns/pdnsd/Makefile +++ b/dns/pdnsd/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= pdnsd CONFIGURE_ARGS= --with-cachedir=${PDNSDB} \ --disable-src-addr-disc |