diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-22 17:23:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-22 17:23:30 +0000 |
commit | 3b9032fabc47df7c423b0fe802d1060c7b4e5816 (patch) | |
tree | bc94b068979a41f61931d2bd7979481f6acd573b /misc/gretl | |
parent | 7b3cf63dbe867642387b83d0d46a6ef77e970a05 (diff) | |
download | ports-3b9032fabc47df7c423b0fe802d1060c7b4e5816.tar.gz ports-3b9032fabc47df7c423b0fe802d1060c7b4e5816.zip |
Notes
Diffstat (limited to 'misc/gretl')
-rw-r--r-- | misc/gretl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile index 2401d5a0ec68..6e168f6580b8 100644 --- a/misc/gretl/Makefile +++ b/misc/gretl/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \ gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +USE_REINPLACE= yes USE_X_PREFIX= yes USE_GTK= yes WANT_GNOME= yes @@ -43,8 +44,8 @@ CONFIGURE_ARGS+= --without-gnome .endif pre-patch: - @${PERL} -pi -e 's|`glib-config|`\$$GLIB_CONFIG|g ; \ + @${REINPLACE_CMD} -e 's|`glib-config|`\$$GLIB_CONFIG|g ; \ s|/share/gretl/|/lib/gretl/|g' ${WRKSRC}/configure - @${PERL} -pi -e 's|SIGCLD|SIGCHLD|g' ${WRKSRC}/gui/gretl.c + @${REINPLACE_CMD} -e 's|SIGCLD|SIGCHLD|g' ${WRKSRC}/gui/gretl.c .include <bsd.port.post.mk> |