summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-05-18 09:57:30 +0000
committersbd <sbd@pkgsrc.org>2011-05-18 09:57:30 +0000
commitc10fac73d55aa1d0579883d04b6b184b22dde2c5 (patch)
treef8250a02d09aac7b1faed523b494cb59304da067
parent72c2ba376fa2112ea1e1683e38e9f5b7a582e299 (diff)
downloadpkgsrc-c10fac73d55aa1d0579883d04b6b184b22dde2c5.tar.gz
Pullup ticket #3434 - requested by bouyer
net/isc-dhcp4 build fix Revisions pulled up: - net/isc-dhcp4/Makefile.common 1.10 --- Module Name: pkgsrc Committed By: bouyer Date: Tue May 17 15:12:29 UTC 2011 Modified Files: pkgsrc/net/isc-dhcp4: Makefile.common Log Message: isc-dhcp*4 wants gmake to build; add it to USE_TOOLS
-rw-r--r--net/isc-dhcp4/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/isc-dhcp4/Makefile.common b/net/isc-dhcp4/Makefile.common
index 9e0e5e14c6c..f81bb4ddaa4 100644
--- a/net/isc-dhcp4/Makefile.common
+++ b/net/isc-dhcp4/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8.6.1 2011/04/11 14:02:08 tron Exp $
+# $NetBSD: Makefile.common,v 1.8.6.2 2011/05/18 09:57:30 sbd 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