summaryrefslogtreecommitdiff
path: root/net/dnsmasq/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-02-25 16:20:49 +0000
committerjperkin <jperkin>2016-02-25 16:20:49 +0000
commitabd3d211a3612812ef0ad902d2b9f2faa1b61b26 (patch)
tree97af6be06b9ddcb0ed7c9f9c32a4c4f218021b96 /net/dnsmasq/Makefile
parenta1e5a2ce27367203746bf97543e0bce217e878ce (diff)
downloadpkgsrc-abd3d211a3612812ef0ad902d2b9f2faa1b61b26.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'net/dnsmasq/Makefile')
-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