From 9d32a5e59495997e3991e792f8909be7b13a791c Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Fri, 22 Aug 2003 05:31:45 +0000 Subject: BUILD_STATIC by default because it's better. (See http://mail.python.org/pipermail/python-dev/2003-August/037472.html) --- lang/python/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/python') diff --git a/lang/python/Makefile b/lang/python/Makefile index b0ce40ccf8e9..e0ddbf78e425 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -7,6 +7,7 @@ PORTNAME= python PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= ${MASTER_SITE_PYTHON} MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} @@ -52,7 +53,7 @@ CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+= --enable-unicode=ucs4 .endif -.if !defined(BUILD_STATIC) +.if defined(BUILD_SHARED) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes PLIST_SUB+= SHARED_ONLY="" -- cgit v1.2.3