summaryrefslogtreecommitdiff
path: root/devel/cervisia/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cervisia/Makefile')
-rw-r--r--devel/cervisia/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/cervisia/Makefile b/devel/cervisia/Makefile
index 7e8f236f9bc..2da18074754 100644
--- a/devel/cervisia/Makefile
+++ b/devel/cervisia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/07/14 16:04:20 agc Exp $
+# $NetBSD: Makefile,v 1.8 2000/07/15 20:39:16 agc Exp $
#
DISTNAME= cervisia-0.5.0
@@ -14,9 +14,11 @@ DEPENDS+= cvs-1.10:../../devel/cvs
USE_X11BASE= yes # To get this near KDE
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= "QTDIR=`${SHOW_PREFIX1} qt1 ${SHOW_PREFIX2}`/qt1"
-CONFIGURE_ARGS+=--with-qt-includes=`${SHOW_PREFIX1} qt1 ${SHOW_PREFIX2}`/qt1/include \
- --with-qt-libraries=`${SHOW_PREFIX1} qt1 ${SHOW_PREFIX2}`/qt1/lib \
+
+EVAL_PREFIX+= QT1DIR=qt1
+CONFIGURE_ENV+= "QTDIR=${QT1DIR}/qt1"
+CONFIGURE_ARGS+=--with-qt-includes=${QT1DIR}/qt1/include \
+ --with-qt-libraries=${QT1DIR}/qt1/lib \
--with-extra-includes=${LOCALBASE}/include \
--with-extra-libs=${LOCALBASE}/lib