aboutsummaryrefslogtreecommitdiff
path: root/net/kiax
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 /net/kiax
parenta73fee04224762fa5a2e7897fc4093fa963b527d (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 'net/kiax')
-rw-r--r--net/kiax/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kiax/Makefile b/net/kiax/Makefile
index db7dedd826ac..56e3701a2707 100644
--- a/net/kiax/Makefile
+++ b/net/kiax/Makefile
@@ -23,10 +23,10 @@ GNU_CONFIGURE= yes
USE_PERL5_BUILD= yes
USE_QT_VER= 3
-CONFIGURE_ENV+= QTDIR=${X11BASE} \
+CONFIGURE_ENV+= \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
EXPR_COMPAT=yes
-MAKE_ARGS+= QTDIR=${X11BASE} \
+MAKE_ARGS+= QTDIR=${QT_PREFIX} \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
.include <bsd.port.pre.mk>