diff options
author | tv <tv> | 1998-07-19 21:09:22 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-19 21:09:22 +0000 |
commit | 7d6ad4e2ef5b3f1deeb4f6aca2ddc76f91669878 (patch) | |
tree | 6cc460bed6aeede05e212c13bcd7bc4326098f50 /net/kdenetwork | |
parent | 90e0badede622cf6147cc2a596ee2aa191c85c2c (diff) | |
download | pkgsrc-7d6ad4e2ef5b3f1deeb4f6aca2ddc76f91669878.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 'net/kdenetwork')
-rw-r--r-- | net/kdenetwork/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index 29774e43f3a..666c35b3b81 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/07/14 22:57:28 tron Exp $ +# $NetBSD: Makefile,v 1.16 1998/07/19 21:09:23 tv Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # @@ -12,7 +12,7 @@ MAINTAINER= tron@netbsd.org DEPENDS+= gdbm-1.7.3:../../databases/gdbm DEPENDS+= giflib-3.0:../../graphics/giflib DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= qt-1.33:../../x11/qt +DEPENDS+= qt-1.40:../../x11/qt DEPENDS+= uulib-0.5.13:../../converters/uulib DEPENDS+= kdelibs-1.0:../../x11/kdelibs DEPENDS+= kdesupport-1.0:../../converters/kdesupport |