aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2012-09-08 19:48:59 +0800
committerohauer <ohauer@FreeBSD.org>2012-09-08 19:48:59 +0800
commitf6afa53ec57baab54aa4bf17ec1877b11caec475 (patch)
tree2edd6df758da74e1ac3353ad7b6938cb8d8a26d4 /lang
parentd1ddcc27a0aef49cd26b9515e647a83a9dbb8158 (diff)
downloadfreebsd-ports-gnome-f6afa53ec57baab54aa4bf17ec1877b11caec475.tar.gz
freebsd-ports-gnome-f6afa53ec57baab54aa4bf17ec1877b11caec475.tar.zst
freebsd-ports-gnome-f6afa53ec57baab54aa4bf17ec1877b11caec475.zip
- fix PORT_OPTIONS s/)/}/
Diffstat (limited to 'lang')
-rw-r--r--lang/python26/Makefile2
-rw-r--r--lang/python27/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index bca1c38f7c11..40779f1958c2 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -184,7 +184,7 @@ pre-patch:
-e 's|libs = getvar|libs = getvar("LDFLAGS").split() + getvar|' \
${PATCH_WRKSRC}/Misc/python-config.in > ${WRKDIR}/${PYTHON_VERSION:S/thon/thon-shared/}-config
-.if ${PORT_OPTIONS:MFPECTL) && ${ARCH} == i386
+.if ${PORT_OPTIONS:MFPECTL} && ${ARCH} == i386
${MKDIR} ${WRKSRC}/Modules
${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist
.endif
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 6e865062b4ab..54c9d1f4c9b4 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -200,7 +200,7 @@ pre-patch:
-e 's|libs = getvar|libs = getvar("LDFLAGS").split() + getvar|' \
${PATCH_WRKSRC}/Misc/python-config.in > ${WRKDIR}/${PYTHON_VERSION:S/thon/thon-shared/}-config
-.if ${PORT_OPTIONS:MFPECTL) && ${ARCH} == i386
+.if ${PORT_OPTIONS:MFPECTL} && ${ARCH} == i386
${MKDIR} ${WRKSRC}/Modules
${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist
.endif