summaryrefslogtreecommitdiff
path: root/devel/kdevelop
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-03-28 00:12:29 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-03-28 00:12:29 +0000
commitefd6402596246f87fcfaddb8aaba5a3971ebd84b (patch)
tree8ee3b673ba2f5c6538c486412d7adc655028a216 /devel/kdevelop
parent07c67df8fdbb88d9d46d88ffe78dba3ef8941b5c (diff)
downloadpkgsrc-efd6402596246f87fcfaddb8aaba5a3971ebd84b.tar.gz
Change from using qt to qt1. This clears the way to allow Qt to be upgraded
to Qt-2 without breaking KDE which still requires Qt-1.
Diffstat (limited to 'devel/kdevelop')
-rw-r--r--devel/kdevelop/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile
index 22f14c7ca15..2f1062cde0d 100644
--- a/devel/kdevelop/Makefile
+++ b/devel/kdevelop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/12/14 20:03:42 tron Exp $
+# $NetBSD: Makefile,v 1.11 2000/03/28 00:12:30 dmcmahill Exp $
DISTNAME= kdevelop-1.0
CATEGORIES= devel kde
@@ -19,9 +19,8 @@ USE_X11BASE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-qt-dir=${PREFIX} \
- --with-qt-includes=${PREFIX}/include/qt
+CONFIGURE_ARGS= --with-qt-dir=${X11BASE}/qt1
CFLAGS+= -I${LOCALBASE}/include
-CONFIGURE_ENV= KDEDIR=${PREFIX}
+CONFIGURE_ENV= "KDEDIR=${PREFIX} QTDIR=${X11BASE}/qt1"
.include "../../mk/bsd.pkg.mk"