diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-31 18:13:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-31 18:13:55 +0800 |
commit | 0f0ff6057a41e54afef2d78cd01af5ce4c95810b (patch) | |
tree | ecf9de11ccbc15564ea375b7cab6d346be571e2a /lang/python31 | |
parent | 45440dbafa4ce541abf3573dc2bc13a122d485e9 (diff) | |
download | freebsd-ports-gnome-0f0ff6057a41e54afef2d78cd01af5ce4c95810b.tar.gz freebsd-ports-gnome-0f0ff6057a41e54afef2d78cd01af5ce4c95810b.tar.zst freebsd-ports-gnome-0f0ff6057a41e54afef2d78cd01af5ce4c95810b.zip |
- Correct PYMALLOC logic (that fix the build of devel/gobject-introspection)
- Remove old OPTION layout from py32
- Bump PORTREVISON
Diffstat (limited to 'lang/python31')
-rw-r--r-- | lang/python31/Makefile | 3 |
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 |