summaryrefslogtreecommitdiff
path: root/lang/python31/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-29 17:23:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-29 17:23:59 +0000
commita4901007f1f0a60b5854081b345ba762a404f3c2 (patch)
tree70d147c4165238e8208aff0b5be756633ba84498 /lang/python31/Makefile
parent- Add shared GEOTIFF, GIF, JPEG, TIFF descriptions (diff)
- Unbreak INDEX
Notes
Notes: svn path=/head/; revision=297700
Diffstat (limited to 'lang/python31/Makefile')
-rw-r--r--lang/python31/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index 5c739881094e..c1e6fb520ce3 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/Makefile
@@ -71,7 +71,7 @@ PLIST_SUB+= THREADS="@comment "
CONFIGURE_ARGS+= --without-threads
.endif # !defined(WITHOUT_THREADS)
-.if .if ${PORT_OPTIONS:MUCS4}
+.if ${PORT_OPTIONS:MUCS4}
CONFIGURE_ARGS+= --with-wide-unicode
.endif