summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnuradio
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-05-12 19:24:41 +0000
committergdt <gdt@pkgsrc.org>2006-05-12 19:24:41 +0000
commit87057d9eb19d4e58bc902b27cfe6cc8fa5c5cd9b (patch)
treecd5f9f37806ec07c49b654c11d331dfe05d5b88c /meta-pkgs/gnuradio
parent9526179121dcca172752cd1e2c6edee9a9448421 (diff)
downloadpkgsrc-87057d9eb19d4e58bc902b27cfe6cc8fa5c5cd9b.tar.gz
Add USE_LANGUAGES=c++. Arguably not quite right because not all of
gnuradio-foo need C++, but gnuradio is heavily C++ so it's close.
Diffstat (limited to 'meta-pkgs/gnuradio')
-rw-r--r--meta-pkgs/gnuradio/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-pkgs/gnuradio/Makefile.common b/meta-pkgs/gnuradio/Makefile.common
index 23e809d2ff6..eb2743574d1 100644
--- a/meta-pkgs/gnuradio/Makefile.common
+++ b/meta-pkgs/gnuradio/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2006/04/27 03:20:34 wulf Exp $
+# $NetBSD: Makefile.common,v 1.3 2006/05/12 19:24:41 gdt Exp $
#
# This Makefile fragment is included at the top of package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
@@ -12,6 +12,7 @@ HOMEPAGE?= http://www.gnu.org/software/gnuradio/
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+USE_LANGUAGES= c++
USE_TOOLS+= gmake automake autoconf pkg-config
BUILD_DEPENDS+=doxygen>=1.4.3nb1:../../devel/doxygen