diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 21:48:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 21:48:08 +0000 |
commit | a0c6f7602804bae82c398603693469ea3478f713 (patch) | |
tree | e41b1f33697ca53cff82af7df254b74a401ff7c1 /lang/python23 | |
parent | ece154d637eb8dd7b07b4564b893ac1b7c6ef4b7 (diff) | |
download | pkgsrc-a0c6f7602804bae82c398603693469ea3478f713.tar.gz |
USE_LANGUAGES=c c++; remove USE_GCC_SHLIB.
Diffstat (limited to 'lang/python23')
-rw-r--r-- | lang/python23/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
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 |