summaryrefslogtreecommitdiff
path: root/net/wireshark
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/wireshark
parenta1e5a2ce27367203746bf97543e0bce217e878ce (diff)
downloadpkgsrc-abd3d211a3612812ef0ad902d2b9f2faa1b61b26.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 4d68b756ff3..b2e353f9a08 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.142 2016/01/02 11:39:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.143 2016/02/25 16:20:53 jperkin Exp $
DISTNAME= wireshark-1.12.9
CATEGORIES= net
@@ -56,9 +56,7 @@ REPLACE_PYTHON+= tools/rdps.py
USE_BUILTIN.libpcap= no
.endif
-.if ${OPSYS} == "Darwin"
-CONFIGURE_ARGS+= --disable-osx-deploy-target
-.endif
+CONFIGURE_ARGS.Darwin+= --disable-osx-deploy-target
# Extra post install targets are in options.mk
post-install: ${POST_INSTALL_TARGETS}