summaryrefslogtreecommitdiff
path: root/print/kpdftool
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-02-13 00:16:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-02-13 00:16:29 +0000
commit5ca9a6aed07a4279fce6cf50ec0b17a0c704d358 (patch)
tree98af802b3322b4a54225135638e2882425155007 /print/kpdftool
parent- Update to 0.39 (diff)
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan Tested on: pointyhat
Notes
Notes: svn path=/head/; revision=185058
Diffstat (limited to 'print/kpdftool')
-rw-r--r--print/kpdftool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/kpdftool/Makefile b/print/kpdftool/Makefile
index c64dc224f3b7..0cd5b05435c1 100644
--- a/print/kpdftool/Makefile
+++ b/print/kpdftool/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
USE_GMAKE= yes
USE_QT_VER= 3
CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
-MAKE_ARGS+= QTDIR=${X11BASE}
+MAKE_ARGS+= QTDIR=${QT_PREFIX}
do-configure:
cd ${WRKSRC}; \