diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
commit | 5ca9a6aed07a4279fce6cf50ec0b17a0c704d358 (patch) | |
tree | 98af802b3322b4a54225135638e2882425155007 /print | |
parent | a73fee04224762fa5a2e7897fc4093fa963b527d (diff) | |
download | ports-5ca9a6aed07a4279fce6cf50ec0b17a0c704d358.tar.gz ports-5ca9a6aed07a4279fce6cf50ec0b17a0c704d358.zip |
- 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')
-rw-r--r-- | print/kpdftool/Makefile | 2 | ||||
-rw-r--r-- | print/mapagi/Makefile | 3 |
2 files changed, 2 insertions, 3 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}; \ diff --git a/print/mapagi/Makefile b/print/mapagi/Makefile index 43427e718feb..bcb49e94c9fc 100644 --- a/print/mapagi/Makefile +++ b/print/mapagi/Makefile @@ -20,9 +20,8 @@ USE_QT_VER= 3 USE_GMAKE= yes QMAKE?= ${LOCALBASE}/bin/qmake -QTDIR?= ${X11BASE} +QTDIR?= ${QT_PREFIX} -CONFIGURE_ENV+= QTDIR=${QTDIR} MAKE_ENV+= QTDIR=${QTDIR} DOC_FILES= COPYING ChangeLog INSTALL README TODO |