summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-11-22 21:48:08 +0000
committerwiz <wiz@pkgsrc.org>2004-11-22 21:48:08 +0000
commita0c6f7602804bae82c398603693469ea3478f713 (patch)
treee41b1f33697ca53cff82af7df254b74a401ff7c1
parentece154d637eb8dd7b07b4564b893ac1b7c6ef4b7 (diff)
downloadpkgsrc-a0c6f7602804bae82c398603693469ea3478f713.tar.gz
USE_LANGUAGES=c c++; remove USE_GCC_SHLIB.
-rw-r--r--lang/python20/Makefile4
-rw-r--r--lang/python21/Makefile.common4
-rw-r--r--lang/python22/Makefile.common4
-rw-r--r--lang/python23/Makefile.common3
4 files changed, 7 insertions, 8 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index 8a5a2524f2b..870abc26c00 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/11/15 17:54:49 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2004/11/22 21:48:08 wiz Exp $
#
DISTNAME= Python-2.0.1
@@ -19,7 +19,7 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC
WRKSRC= ${WRKDIR}/Python-2.0.1
DIST_SUBDIR= python
-USE_GCC_SHLIB= yes
+USE_LANGUAGES= c c++
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-threads
diff --git a/lang/python21/Makefile.common b/lang/python21/Makefile.common
index b75afaaf59b..200c1f4d16e 100644
--- a/lang/python21/Makefile.common
+++ b/lang/python21/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/10/30 16:26:27 grant Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/11/22 21:48:09 wiz Exp $
#
DISTNAME= Python-2.1.3
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
diff --git a/lang/python22/Makefile.common b/lang/python22/Makefile.common
index 1f649cbf816..1f231982016 100644
--- a/lang/python22/Makefile.common
+++ b/lang/python22/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/10/30 16:24:20 grant Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/11/22 21:48:09 wiz Exp $
#
DISTNAME= Python-2.2.3
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common
index a42aff85ea9..262e15e82f9 100644
--- a/lang/python23/Makefile.common
+++ b/lang/python23/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2004/11/15 17:54:49 jlam Exp $
+# $NetBSD: Makefile.common,v 1.20 2004/11/22 21:48:09 wiz Exp $
#
DISTNAME= Python-2.3.4
@@ -12,7 +12,6 @@ HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
USE_LANGUAGES= c c++
-USE_GCC_SHLIB= yes
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared