aboutsummaryrefslogtreecommitdiff
path: root/graphics/poppler
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-07-03 18:45:44 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-07-03 18:45:44 +0000
commitc4035f189048be7ad65559a5d63b57274674fc22 (patch)
tree8ef598fc3c37a3d3fc0412e73217463072f46790 /graphics/poppler
parent7704a99645fb15e027de66f90ed97b5f02ff2ed2 (diff)
downloadports-c4035f189048be7ad65559a5d63b57274674fc22.tar.gz
ports-c4035f189048be7ad65559a5d63b57274674fc22.zip
Notes
Diffstat (limited to 'graphics/poppler')
-rw-r--r--graphics/poppler/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
index 3f81bf36e088..9354466d6c19 100644
--- a/graphics/poppler/Makefile
+++ b/graphics/poppler/Makefile
@@ -102,6 +102,10 @@ post-patch:
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|$$QTDIR|${QT_PREFIX}|' ${WRKSRC}/configure
.endif
+.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt4"
+ @${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \
+ ${WRKSRC}/configure
+.endif
post-install:
.if defined(SLAVEPORT)