summaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:30:02 +0000
committerwiz <wiz>2007-02-22 19:30:02 +0000
commite2644c69e0881db6d696455cb3a578d5a1720de1 (patch)
tree030b3d92bb08524e5b2e5325ab25aa34929f271d /net/wireshark
parent0dd0ea596a01ad42bf95558677bb8b3558cfc518 (diff)
downloadpkgsrc-e2644c69e0881db6d696455cb3a578d5a1720de1.tar.gz
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 702daedffff..510b3d34917 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/02/07 15:18:23 tron Exp $
+# $NetBSD: Makefile,v 1.9 2007/02/22 19:30:05 wiz Exp $
DISTNAME= wireshark-0.99.5
CATEGORIES= net
@@ -12,7 +12,7 @@ COMMENT= Network protocol analyzer
CONFLICTS+= ethereal-[0-9]*
-USE_LANGUAGES+= c c++
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake perl pkg-config
USE_LIBTOOL= YES
@@ -20,7 +20,7 @@ SHLIBTOOL_OVERRIDE= # empty
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-gtk2
-CONFIGURE_ARGS+= --enable-static=no
+CONFIGURE_ARGS+= --enable-static=no
CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ARGS+= --with-gtk-prefix=${BUILDLINK_PREFIX.gtk2}
CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}