summaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-04-11 21:44:48 +0000
committertv <tv@pkgsrc.org>2005-04-11 21:44:48 +0000
commitf816d81489fd245a89e581c2f9cf792562ade194 (patch)
tree2d8b7b078f159a824fcd53503d6096a145f0f177 /lang/python24
parent20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff)
downloadpkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index ef9959f2100..40def9b986b 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/02/18 22:26:17 recht Exp $
+# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:16 tv Exp $
#
DISTNAME= Python-2.4
@@ -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
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= OPT="${CFLAGS}"