summaryrefslogtreecommitdiff
path: root/net/kdenetwork
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 /net/kdenetwork
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 'net/kdenetwork')
-rw-r--r--net/kdenetwork/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
index 2f4b5c771da..cb302c9ed31 100644
--- a/net/kdenetwork/Makefile
+++ b/net/kdenetwork/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2000/03/23 11:58:32 agc Exp $
+# $NetBSD: Makefile,v 1.41 2000/03/28 00:12:31 dmcmahill Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp
#
@@ -24,12 +24,11 @@ USE_LIBTOOL= yes
LIBTOOL_FLAGS= --cplusplus --install-la
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
- "--with-qt-dir=${PREFIX}" \
- "--with-qt-includes=${PREFIX}/include/qt"
+ "--with-qt-dir=${X11BASE}/qt1"
CONFIGURE_ENV= KDEDIR=${PREFIX} \
CPPFLAGS="${CPPFLAGS}" \
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"
GCC_VERSION!= gcc --version
.if (${GCC_VERSION:C/-.*$$//} == egcs)