diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
commit | 51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3 (patch) | |
tree | 030b3d92bb08524e5b2e5325ab25aa34929f271d /meta-pkgs/boost | |
parent | 601583c3207bd23bb05d0761888aefcb5699e1c2 (diff) | |
download | pkgsrc-51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3.tar.gz |
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'meta-pkgs/boost')
-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 783a596e6ee..f80c056bdb7 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2006/11/10 17:41:13 tv Exp $ +# $NetBSD: Makefile.common,v 1.10 2007/02/22 19:30:05 wiz 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 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 |