aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python27
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-08-23 09:07:20 +0800
committerperky <perky@FreeBSD.org>2003-08-23 09:07:20 +0800
commit547e4b07f13adc026d76d7396fc43c53596e21e6 (patch)
tree9d806bb0e10e5526e2aa76c6340a5f0b93a4afb5 /lang/python27
parentc6b14909276521882126f116ac79c70676f5fee2 (diff)
downloadfreebsd-ports-gnome-547e4b07f13adc026d76d7396fc43c53596e21e6.tar.gz
freebsd-ports-gnome-547e4b07f13adc026d76d7396fc43c53596e21e6.tar.zst
freebsd-ports-gnome-547e4b07f13adc026d76d7396fc43c53596e21e6.zip
BUILD_STATIC by default as lang/python does.
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 4979ee01faf8..658aa1797aa1 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -6,6 +6,7 @@
PORTNAME= python
PORTVERSION= 2.4.a0.20030801
+PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= perky
@@ -46,7 +47,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=""