diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-03-28 00:12:29 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-03-28 00:12:29 +0000 |
commit | efd6402596246f87fcfaddb8aaba5a3971ebd84b (patch) | |
tree | 8ee3b673ba2f5c6538c486412d7adc655028a216 /games/kdegames | |
parent | 07c67df8fdbb88d9d46d88ffe78dba3ef8941b5c (diff) | |
download | pkgsrc-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 'games/kdegames')
-rw-r--r-- | games/kdegames/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile index 6432ce58e65..5c456e4b6b6 100644 --- a/games/kdegames/Makefile +++ b/games/kdegames/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 1999/10/07 17:41:53 tron Exp $ +# $NetBSD: Makefile,v 1.36 2000/03/28 00:12:30 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp # @@ -18,11 +18,10 @@ 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" + "--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.pkg.mk" |