summaryrefslogtreecommitdiff
path: root/graphics/qslim
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-08 10:41:30 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-08 10:41:30 +0000
commit2730c8a3dcd82845271c9dbb832f982bbacff7ab (patch)
tree1642e533cdc6183365ccba20544974f74946044a /graphics/qslim
parentFix the condition in the userforward director that is intended to (diff)
PERL -> REINPLACE_CMD
PR: 39938 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=62647
Diffstat (limited to 'graphics/qslim')
-rw-r--r--graphics/qslim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile
index 756003bf5191..33497c7b2b86 100644
--- a/graphics/qslim/Makefile
+++ b/graphics/qslim/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms \
tiff:${PORTSDIR}/graphics/tiff \
png:${PORTSDIR}/graphics/png
+USE_REINPLACE= yes
USE_MESA= yes
USE_XLIB= yes
CONFIGURE_WRKSRC= ${WRKSRC}/mixkit/build
@@ -30,7 +31,7 @@ USE_GMAKE= yes
ALL_TARGET= # empty
post-patch:
- @${PERL} -pi -e "s,\@XFORMS_LIBS\@,${X11BASE}/lib/libforms.a,g" ${CONFIGURE_WRKSRC}/mix-config.in
+ @${REINPLACE_CMD} -e "s,\@XFORMS_LIBS\@,${X11BASE}/lib/libforms.a,g" ${CONFIGURE_WRKSRC}/mix-config.in
post-build:
@(cd ${BUILD_WRKSRC}/../../tools/qslim ; ${GMAKE} all)