diff options
author | dmcmahill <dmcmahill> | 2000-03-28 00:12:29 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-03-28 00:12:29 +0000 |
commit | 0eb7c07b27905b8d1e85ac187486c3310161b139 (patch) | |
tree | 8ee3b673ba2f5c6538c486412d7adc655028a216 /net/kdenetwork | |
parent | 485df84fe5b267a5ee80411df9eb943a049e6451 (diff) | |
download | pkgsrc-0eb7c07b27905b8d1e85ac187486c3310161b139.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/Makefile | 7 |
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) |