summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache>2010-06-29 07:45:24 +0000
committerobache <obache>2010-06-29 07:45:24 +0000
commit4bbbd66bc14f2f1694eee957ed1f65795c5259ef (patch)
treed1c9bca3efc711084b99c6f20fbfeeec7226d9c8 /net
parent981145dd3adf8852014ddaace1a35e6deb40b8fa (diff)
downloadpkgsrc-4bbbd66bc14f2f1694eee957ed1f65795c5259ef.tar.gz
--enable-gtk2 and --with-gtk-prefix are not there, just use --enable-wireshark.
Diffstat (limited to 'net')
-rw-r--r--net/wireshark/options.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/wireshark/options.mk b/net/wireshark/options.mk
index acc6195edac..6a78bca88f4 100644
--- a/net/wireshark/options.mk
+++ b/net/wireshark/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2010/05/15 20:27:28 tron Exp $
+# $NetBSD: options.mk,v 1.5 2010/06/29 07:45:24 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark
PKG_SUPPORTED_OPTIONS= gtk2 lua
@@ -9,8 +9,7 @@ PKG_SUGGESTED_OPTIONS= gtk2 lua
PLIST_VARS+= gtk2
.if !empty(PKG_OPTIONS:Mgtk2)
-CONFIGURE_ARGS+= --enable-gtk2
-CONFIGURE_ARGS+= --with-gtk-prefix=${BUILDLINK_PREFIX.gtk2}
+CONFIGURE_ARGS+= --enable-wireshark
PLIST.gtk2= yes
.include "../../x11/gtk2/buildlink3.mk"
.else