aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-01-20 02:45:43 +0800
committergahr <gahr@FreeBSD.org>2010-01-20 02:45:43 +0800
commit9037d1c252a7d1c32a9472d883a0f012f74f19c8 (patch)
tree458e4bf0bc144cf3ddb5ef7efd87ec909d78cf76 /x11-toolkits
parent578edf47f18ff8ec009c86d02e7545dab6262222 (diff)
downloadfreebsd-ports-gnome-9037d1c252a7d1c32a9472d883a0f012f74f19c8.tar.gz
freebsd-ports-gnome-9037d1c252a7d1c32a9472d883a0f012f74f19c8.tar.zst
freebsd-ports-gnome-9037d1c252a7d1c32a9472d883a0f012f74f19c8.zip
- Enable the build on 9.x
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-fltk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-fltk/Makefile b/x11-toolkits/py-fltk/Makefile
index 495d730e4526..520096692c15 100644
--- a/x11-toolkits/py-fltk/Makefile
+++ b/x11-toolkits/py-fltk/Makefile
@@ -31,7 +31,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
XTRADOCS= CHANGES README TODO
post-patch:
- @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g;s|package_data.*},||g;s|sunos5|freebsd8|g' ${WRKSRC}/setup.py
+ @${REINPLACE_CMD} -e "s|/usr/X11R6|${LOCALBASE}|g;s|package_data.*},||g;s|sunos5|freebsd8', 'freebsd9|g" ${WRKSRC}/setup.py
@${REINPLACE_CMD} -e 's|>mininum|>minimum|g;s|>maxinum|>maximum|g;s|int size_buffer|Py_ssize_t size_buffer|g' ${WRKSRC}/python/fltk_wrap.cpp
post-build: