summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-04-12 21:54:04 +0000
committerdmcmahill <dmcmahill>2000-04-12 21:54:04 +0000
commitb1cd6ae36a07c7ebe63263e9d2f5cd3a7ea219e8 (patch)
treee8b72f7bdc9d3e380ddcb82698f8b5684619de5b /devel
parentc877830810948f9c4fa8df8e73211ec267b45edd (diff)
downloadpkgsrc-b1cd6ae36a07c7ebe63263e9d2f5cd3a7ea219e8.tar.gz
fix path to Qt.
Diffstat (limited to 'devel')
-rw-r--r--devel/cervisia/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/cervisia/Makefile b/devel/cervisia/Makefile
index 2378996b94f..aa95f82df76 100644
--- a/devel/cervisia/Makefile
+++ b/devel/cervisia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/02/24 02:12:35 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2000/04/12 21:54:04 dmcmahill Exp $
#
DISTNAME= cervisia-0.5.0
@@ -14,8 +14,9 @@ DEPENDS+= cvs-1.10:../../devel/cvs
USE_X11BASE= yes # To get this near KDE
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt \
- --with-qt-libraries=${X11BASE}/lib \
+CONFIGURE_ENV+= "QTDIR=${X11BASE}/qt1"
+CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/qt1/include \
+ --with-qt-libraries=${X11BASE}/qt1/lib \
--with-extra-includes=${LOCALBASE}/include \
--with-extra-libs=${LOCALBASE}/lib