diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /meta-pkgs/boost/Makefile.common | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'meta-pkgs/boost/Makefile.common')
-rw-r--r-- | meta-pkgs/boost/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index cf2b41cf280..b2d5c2b5510 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2005/02/27 08:42:05 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.3 2005/04/11 21:46:32 tv Exp $ # BOOST_PACKAGE?= undefined @@ -30,7 +30,6 @@ CONFLICTS+= boost<1.32.0 DISTINFO_FILE= ${.CURDIR}/../../meta-pkgs/boost/distinfo PATCHDIR= ${.CURDIR}/../../meta-pkgs/boost/patches -USE_BUILDLINK3= yes USE_LANGUAGES+= c++ GCC_REQD+= 3.2 # if using gcc; ignored otherwise |