diff options
author | rillig <rillig> | 2006-06-25 17:06:08 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-25 17:06:08 +0000 |
commit | bf68f7b9eb103d6ff861a4ef1710c45850f7dccf (patch) | |
tree | 7f64b2256cfdd599ce8deab7289705132f7a5139 /meta-pkgs | |
parent | 714de2bff99a569775ad47686c5cf51992dd0e32 (diff) | |
download | pkgsrc-bf68f7b9eb103d6ff861a4ef1710c45850f7dccf.tar.gz |
USE_LANGUAGES+= c
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/boost/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index 8f04dd6a2da..5ba11f02d88 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2006/05/17 16:22:06 tv Exp $ +# $NetBSD: Makefile.common,v 1.8 2006/06/25 17:06:08 rillig Exp $ # BOOST_PACKAGE?= undefined @@ -30,7 +30,7 @@ CONFLICTS+= boost<1.32.0 DISTINFO_FILE= ${.CURDIR}/../../meta-pkgs/boost/distinfo PATCHDIR= ${.CURDIR}/../../meta-pkgs/boost/patches -USE_LANGUAGES+= c++ +USE_LANGUAGES+= c c++ GCC_REQD+= 3.2 # if using gcc; ignored otherwise # We can't do this at post-extract because the extract cookie will get a |