diff options
author | dmcmahill <dmcmahill> | 2000-03-28 00:12:29 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-03-28 00:12:29 +0000 |
commit | e4170d7061bc9fd3027d847995f89b08a26d5557 (patch) | |
tree | 8ee3b673ba2f5c6538c486412d7adc655028a216 /x11/kdebase | |
parent | c4b532fe6840b055d1ebd40c0d7cfdacad642eaf (diff) | |
download | pkgsrc-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 'x11/kdebase')
-rw-r--r-- | x11/kdebase/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index 06551bd74ea..c9e07cddde1 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2000/03/23 11:58:31 agc Exp $ +# $NetBSD: Makefile,v 1.63 2000/03/28 00:12:31 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp DISTNAME= kdebase-1.1.2 @@ -24,13 +24,12 @@ DEPENDS+= libungif-*:../../graphics/libungif USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datadir=${PREFIX}/share/kde \ - --with-qt-dir=${PREFIX} \ - --with-qt-includes=${PREFIX}/include/qt +CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \ + "--with-qt-dir=${X11BASE}/qt1" CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= KDEDIR=${PREFIX} \ CXXFLAGS="${CFLAGS}" \ - all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib" + all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib" EXTRACT_ONLY= ${DISTNAME}.tar.bz2 PLIST_SRC= ${WRKDIR}/PLIST |