diff options
author | bouyer <bouyer@pkgsrc.org> | 2011-05-17 15:12:29 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2011-05-17 15:12:29 +0000 |
commit | f3b65b0a12d62f46519ff7ac3459ca7f5c2dcac7 (patch) | |
tree | ba99543cd1dd5b058a2edfe905d6f87469edb170 /net | |
parent | a93477dba904f8d73d2f18171f6c58f0a5835421 (diff) | |
download | pkgsrc-f3b65b0a12d62f46519ff7ac3459ca7f5c2dcac7.tar.gz |
isc-dhcp*4 wants gmake to build; add it to USE_TOOLS
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp4/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/isc-dhcp4/Makefile.common b/net/isc-dhcp4/Makefile.common index 6fa24e6eaf1..5f16a115075 100644 --- a/net/isc-dhcp4/Makefile.common +++ b/net/isc-dhcp4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2011/04/08 14:09:23 taca Exp $ +# $NetBSD: Makefile.common,v 1.10 2011/05/17 15:12:29 bouyer Exp $ # # used by net/isc-dhcp4/Makefile # used by net/isc-dhcpd4/Makefile @@ -23,6 +23,7 @@ DHCP_HOME?= ${VARBASE}/db/isc-dhcp DHCP_PID?= ${VARBASE}/run/isc-dhcp PKG_SYSCONFSUBDIR= dhcp +USE_TOOLS+= gmake USE_LANGUAGES+= c c++ PATCHDIR= ${.CURDIR}/../isc-dhcp4/patches |