summaryrefslogtreecommitdiff
path: root/lang/python26
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-09-08 11:48:59 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-09-08 11:48:59 +0000
commitf1ddff4b927c60eafa34d12dec5555ba8be5790f (patch)
tree2edd6df758da74e1ac3353ad7b6938cb8d8a26d4 /lang/python26
parent- Update to 0.013 (diff)
- fix PORT_OPTIONS s/)/}/
Notes
Notes: svn path=/head/; revision=303895
Diffstat (limited to 'lang/python26')
-rw-r--r--lang/python26/Makefile2
1 files changed, 1 insertions, 1 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