aboutsummaryrefslogtreecommitdiff
path: root/graphics/qglviewer
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/qglviewer
parent4e50fe70614b6cbe88ee0c6606cd7336356c42d0 (diff)
downloadports-2730c8a3dcd82845271c9dbb832f982bbacff7ab.tar.gz
ports-2730c8a3dcd82845271c9dbb832f982bbacff7ab.zip
Notes
Diffstat (limited to 'graphics/qglviewer')
-rw-r--r--graphics/qglviewer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qglviewer/Makefile b/graphics/qglviewer/Makefile
index fb05901c66d1..b9fabc27c743 100644
--- a/graphics/qglviewer/Makefile
+++ b/graphics/qglviewer/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= http://www.qglviewer.de/
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_QT_VER= 2
GNU_CONFIGURE= yes
@@ -23,7 +24,7 @@ USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
- @${PERL} -pi -e "s,-lqt,-lqt2,g ; \
+ @${REINPLACE_CMD} -e "s,-lqt,-lqt2,g ; \
s,-lqgl,-lqtgl,g ; \
s,/moc,/moc2,g" ${WRKSRC}/configure