summaryrefslogtreecommitdiff
path: root/devel/esvn
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 /devel/esvn
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 'devel/esvn')
-rw-r--r--devel/esvn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/esvn/Makefile b/devel/esvn/Makefile
index 22ce063b8d82..2097bfa17b37 100644
--- a/devel/esvn/Makefile
+++ b/devel/esvn/Makefile
@@ -30,8 +30,8 @@ USE_QT_VER= 3
USE_GMAKE= yes
USE_X_PREFIX= yes
CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
-CONFIGURE_ARGS= --qtdir=${X11BASE}
-MAKE_ARGS+= QTDIR=${X11BASE} \
+CONFIGURE_ARGS= --qtdir=${QT_PREFIX}
+MAKE_ARGS+= QTDIR=${QT_PREFIX} \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
.include <bsd.port.pre.mk>