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 /lang/gcc3 | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'lang/gcc3')
-rw-r--r-- | lang/gcc3/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc3/Makefile.common | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile index bef97375e1f..c5f4d5c8e47 100644 --- a/lang/gcc3/Makefile +++ b/lang/gcc3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2005/01/21 15:08:14 drochner Exp $ +# $NetBSD: Makefile,v 1.58 2005/04/11 21:46:13 tv Exp $ GCC_VERSION= 3.3.5 DISTNAME= gcc3-${GCC_VERSION} @@ -20,7 +20,6 @@ DEPENDS+= gcc3-objc-${GCC_VERSION}{,nb*}:../../lang/gcc3-objc EXTRACT_ONLY= # empty NO_CHECKSUM= yes -NO_BUILDLINK= yes NO_CONFIGURE= yes NO_BUILD= yes diff --git a/lang/gcc3/Makefile.common b/lang/gcc3/Makefile.common index ec5145b2152..52d97e7e326 100644 --- a/lang/gcc3/Makefile.common +++ b/lang/gcc3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2005/03/05 01:19:30 garbled Exp $ +# $NetBSD: Makefile.common,v 1.16 2005/04/11 21:46:13 tv Exp $ GCC_VERSION= 3.3.5 DISTNAME= gcc-${GCC_VERSION} @@ -11,7 +11,6 @@ HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* -USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_GNU_TOOLS+= make MAKEFLAGS+= GMAKE_LOCALE=no |