aboutsummaryrefslogtreecommitdiff
path: root/lang/python31
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-31 10:13:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-31 10:13:55 +0000
commit7e94fe3d3dc571a393df6de7de4b38829b4d5642 (patch)
tree41f506d31a4e74faed1b0394a2a3860eb9185707 /lang/python31
parent734ec74d08faf94051421612614a30ac4cbd2bc5 (diff)
downloadports-7e94fe3d3dc571a393df6de7de4b38829b4d5642.tar.gz
ports-7e94fe3d3dc571a393df6de7de4b38829b4d5642.zip
Notes
Diffstat (limited to 'lang/python31')
-rw-r--r--lang/python31/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index c1e6fb520ce3..24b14189dae3 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/Makefile
@@ -7,6 +7,7 @@
PORTNAME= python31
PORTVERSION= 3.1.5
+PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -75,7 +76,7 @@ CONFIGURE_ARGS+= --without-threads
CONFIGURE_ARGS+= --with-wide-unicode
.endif
-.if ${PORT_OPTIONS:MPYMALLOC}
+.if empty(PORT_OPTIONS:MPYMALLOC)
CONFIGURE_ARGS+= --without-pymalloc
.endif