summaryrefslogtreecommitdiff
path: root/net/dnsmasq
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 16:20:49 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 16:20:49 +0000
commitc38a63e5d4278b3cbf0ab593b165910762a1d371 (patch)
tree97af6be06b9ddcb0ed7c9f9c32a4c4f218021b96 /net/dnsmasq
parente928cf546372a3d49dac11dbc2bddc9216e4dc5c (diff)
downloadpkgsrc-c38a63e5d4278b3cbf0ab593b165910762a1d371.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'net/dnsmasq')
-rw-r--r--net/dnsmasq/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/dnsmasq/Makefile b/net/dnsmasq/Makefile
index c46553971f0..dfc085c7185 100644
--- a/net/dnsmasq/Makefile
+++ b/net/dnsmasq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2015/08/15 12:38:17 leot Exp $
+# $NetBSD: Makefile,v 1.32 2016/02/25 16:20:50 jperkin Exp $
DISTNAME= dnsmasq-2.75
CATEGORIES= net
@@ -46,9 +46,7 @@ PLIST.dbus= yes
CFLAGS+= -DNO_IPV6
.endif
-.if ${OPSYS} == "SunOS"
-CFLAGS+= -DNO_IPSET
-.endif
+CFLAGS.SunOS+= -DNO_IPSET
# Override the defaults
AUTO_MKDIRS=yes