summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-22 05:54:52 +0000
committerrillig <rillig@pkgsrc.org>2006-07-22 05:54:52 +0000
commit876dc2e723e4083a67b0d9e0bfeb029ad140b493 (patch)
treef2148f9187cf9c42fc901aaf1d163f309d409de3 /net
parentf0149979ddae43ed9f83c41794c76d079e7dc07a (diff)
downloadpkgsrc-876dc2e723e4083a67b0d9e0bfeb029ad140b493.tar.gz
Packages that use GNU configure scripts and C++ also need a working C
compiler.
Diffstat (limited to 'net')
-rw-r--r--net/ethereal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 0bda20339b6..d45ecb60ea1 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.133 2006/07/21 14:27:53 tron Exp $
+# $NetBSD: Makefile,v 1.134 2006/07/22 05:54:52 rillig Exp $
DISTNAME= ethereal-0.99.0
CATEGORIES= net
@@ -23,7 +23,7 @@ COMMENT= Network protocol analyzer
CONFLICTS+= wireshark-[0-9]*
-USE_LANGUAGES+= c++
+USE_LANGUAGES= c c++
USE_TOOLS+= perl pkg-config
USE_LIBTOOL= YES