diff options
author | tron <tron@pkgsrc.org> | 2006-06-03 16:04:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-06-03 16:04:23 +0000 |
commit | 6cc7bba20b8886220df98d83ac59ce82ea3b5399 (patch) | |
tree | 6f39c6e8ca8dc7b544f9cf9a1138dcb81669c09f /net | |
parent | 15568d23c5ebd4f2c9732a2443458d9749cd2fb0 (diff) | |
download | pkgsrc-6cc7bba20b8886220df98d83ac59ce82ea3b5399.tar.gz |
Add "c++" to "USE_LANGUAGES". This fixes the detection of shared library
support under (at least) Mac OS X.
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 3 |
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 |