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/python22/Makefile | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 4952e392dbe..2d763acc1af 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/02/04 15:39:04 drochner Exp $ +# $NetBSD: Makefile,v 1.27 2005/04/11 21:46:15 tv Exp $ # DISTNAME= Python-2.2.3 @@ -15,7 +15,6 @@ COMMENT= Interpreted, interactive, object-oriented programming language CONFLICTS+= python-[0-9]* USE_LANGUAGES= c c++ -USE_BUILDLINK3= YES GNU_CONFIGURE= YES PTHREAD_OPTS= require |