pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/wireshark --enable-gtk2 and --with-gtk-prefix are ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb6539c1659a
branches:  trunk
changeset: 577042:cb6539c1659a
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Jun 29 07:45:24 2010 +0000

description:
--enable-gtk2 and --with-gtk-prefix are not there, just use --enable-wireshark.

diffstat:

 net/wireshark/options.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r e9c873c0dc66 -r cb6539c1659a net/wireshark/options.mk
--- a/net/wireshark/options.mk  Tue Jun 29 07:41:26 2010 +0000
+++ b/net/wireshark/options.mk  Tue Jun 29 07:45:24 2010 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index