diff options
author | tv <tv@pkgsrc.org> | 1998-07-19 21:09:22 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-19 21:09:22 +0000 |
commit | 294f87bc272a26f842fc97c88d7455fb178965c4 (patch) | |
tree | 6cc460bed6aeede05e212c13bcd7bc4326098f50 /games | |
parent | 30a330bf5a5343f3379f932684385e601cb009bb (diff) | |
download | pkgsrc-294f87bc272a26f842fc97c88d7455fb178965c4.tar.gz |
Update qt to 1.40. Use libtool to generate the shared and static library.
For dependent pkgs, find qt in ${PREFIX} instead of ${X11BASE}
(xpkgwedge-portlint), as all of them are also USE_X11.
Diffstat (limited to 'games')
-rw-r--r-- | games/kdegames/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile index d8f00b85107..3a75a73bdbe 100644 --- a/games/kdegames/Makefile +++ b/games/kdegames/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1998/07/14 22:56:52 tron Exp $ +# $NetBSD: Makefile,v 1.18 1998/07/19 21:09:22 tv Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp # @@ -11,7 +11,7 @@ MAINTAINER= tron@netbsd.org DEPENDS+= giflib-3.0:../../graphics/giflib DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= qt-1.33:../../x11/qt +DEPENDS+= qt-1.40:../../x11/qt DEPENDS+= kdelibs-1.0:../../x11/kdelibs DEPENDS+= kdebase-1.0:../../x11/kdebase DEPENDS+= kdesupport-1.0:../../converters/kdesupport |