summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-03-28 00:12:29 +0000
committerdmcmahill <dmcmahill>2000-03-28 00:12:29 +0000
commite4170d7061bc9fd3027d847995f89b08a26d5557 (patch)
tree8ee3b673ba2f5c6538c486412d7adc655028a216 /misc
parentc4b532fe6840b055d1ebd40c0d7cfdacad642eaf (diff)
downloadpkgsrc-e4170d7061bc9fd3027d847995f89b08a26d5557.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 'misc')
-rw-r--r--misc/kdeutils/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile
index 536fa475e73..374ae9a6e8f 100644
--- a/misc/kdeutils/Makefile
+++ b/misc/kdeutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2000/03/23 11:54:43 agc Exp $
+# $NetBSD: Makefile,v 1.36 2000/03/28 00:12:31 dmcmahill Exp $
# FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp
#
@@ -16,12 +16,11 @@ DEPENDS+= kdebase-1.1.2:../../x11/kdebase
USE_X11BASE= yes
USE_GMAKE= 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} \
CXXFLAGS="${CFLAGS}" \
- all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib"
+ all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/lib"
.include "../../mk/bsd.prefs.mk"