aboutsummaryrefslogtreecommitdiff
path: root/math/digitizer
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 /math/digitizer
parenta73fee04224762fa5a2e7897fc4093fa963b527d (diff)
downloadports-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 'math/digitizer')
-rw-r--r--math/digitizer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/digitizer/Makefile b/math/digitizer/Makefile
index 5571bbfe1290..ec0cd326688d 100644
--- a/math/digitizer/Makefile
+++ b/math/digitizer/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_QT_VER= 3
-QTDIR?= ${X11BASE}
+QTDIR?= ${QT_PREFIX}
MAKE_ENV= QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++" \
QTDIR="${QTDIR}"