summaryrefslogtreecommitdiff
path: root/lang/python25
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-08-23 01:07:20 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-08-23 01:07:20 +0000
commita559b904344d1d84e748f341b856e66abc7d8699 (patch)
tree2c6bc302b3153adbe146c2fbb5e37033f9b4b919 /lang/python25
parentBump PORTREVISION after lang/python's changing default to (diff)
BUILD_STATIC by default as lang/python does.
Notes
Notes: svn path=/head/; revision=87537
Diffstat (limited to 'lang/python25')
-rw-r--r--lang/python25/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile
index 4979ee01faf8..658aa1797aa1 100644
--- a/lang/python25/Makefile
+++ b/lang/python25/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=""