aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python23
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-08-22 13:31:45 +0800
committerperky <perky@FreeBSD.org>2003-08-22 13:31:45 +0800
commit864250a78313b0bf71312e137437cc08620a90b7 (patch)
tree6b17da1586b0faf236530a410bd39017917c766e /lang/python23
parent1293d145b65ba364b1c133b0b0453587cffc924a (diff)
downloadfreebsd-ports-gnome-864250a78313b0bf71312e137437cc08620a90b7.tar.gz
freebsd-ports-gnome-864250a78313b0bf71312e137437cc08620a90b7.tar.zst
freebsd-ports-gnome-864250a78313b0bf71312e137437cc08620a90b7.zip
BUILD_STATIC by default because it's better.
(See http://mail.python.org/pipermail/python-dev/2003-August/037472.html)
Diffstat (limited to 'lang/python23')
-rw-r--r--lang/python23/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index b0ce40ccf8e9..e0ddbf78e425 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/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=""