diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-01-19 18:45:43 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-01-19 18:45:43 +0000 |
commit | 6e4eb2cec80c3dd95cac076dffe356d10a259a8b (patch) | |
tree | f5497fc04833f8418893401c716356cbb8153141 /x11-toolkits | |
parent | e7eda0c2343bbe665839760d127e4bbaaee176ad (diff) | |
download | ports-6e4eb2cec80c3dd95cac076dffe356d10a259a8b.tar.gz ports-6e4eb2cec80c3dd95cac076dffe356d10a259a8b.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-fltk/Makefile | 2 |
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: |