aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-01-19 18:45:43 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-01-19 18:45:43 +0000
commit6e4eb2cec80c3dd95cac076dffe356d10a259a8b (patch)
treef5497fc04833f8418893401c716356cbb8153141 /x11-toolkits
parente7eda0c2343bbe665839760d127e4bbaaee176ad (diff)
downloadports-6e4eb2cec80c3dd95cac076dffe356d10a259a8b.tar.gz
ports-6e4eb2cec80c3dd95cac076dffe356d10a259a8b.zip
Notes
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: