aboutsummaryrefslogtreecommitdiff
path: root/lang
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
parente83766f3c6f9bde0c03d2501bb5609954c4b6972 (diff)
downloadports-a4901007f1f0a60b5854081b345ba762a404f3c2.tar.gz
ports-a4901007f1f0a60b5854081b345ba762a404f3c2.zip
Notes
Diffstat (limited to 'lang')
-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