summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2006-06-03 16:04:23 +0000
committertron <tron>2006-06-03 16:04:23 +0000
commite3e6cfad472122fc0223009f0373f66265ffc344 (patch)
tree6f39c6e8ca8dc7b544f9cf9a1138dcb81669c09f
parent564c61a5d9455b5eab3cbe033060da59e5a68d66 (diff)
downloadpkgsrc-e3e6cfad472122fc0223009f0373f66265ffc344.tar.gz
Add "c++" to "USE_LANGUAGES". This fixes the detection of shared library
support under (at least) Mac OS X.
-rw-r--r--net/ethereal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index c3f9fef2f3f..13c0fce115f 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2006/04/25 12:29:25 salo Exp $
+# $NetBSD: Makefile,v 1.131 2006/06/03 16:04:23 tron Exp $
DISTNAME= ethereal-0.99.0
CATEGORIES= net
@@ -21,6 +21,7 @@ MAINTAINER= frueauf@NetBSD.org
HOMEPAGE= http://www.ethereal.com/
COMMENT= Network protocol analyzer
+USE_LANGUAGES+= c++
USE_TOOLS+= perl pkg-config
USE_LIBTOOL= YES