diff options
author | tron <tron@pkgsrc.org> | 2003-12-01 11:51:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-12-01 11:51:34 +0000 |
commit | a6c4b8bd7ff6cbf5c5681a1e65e0f363ba805103 (patch) | |
tree | c2faa7c06a02a1c04abb34a7cf7ee87d434a5b5c /x11/qt3 | |
parent | 208e22599f9fdb18dc1d6b72e287d1e9ff91b0cb (diff) | |
download | pkgsrc-a6c4b8bd7ff6cbf5c5681a1e65e0f363ba805103.tar.gz |
Fix broken dependences and bump package revision.
Diffstat (limited to 'x11/qt3')
-rw-r--r-- | x11/qt3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index c93f212167d..556c082746c 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2003/08/01 15:31:07 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2003/12/01 11:51:34 tron Exp $ DISTNAME= qt3-${QTVERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -10,7 +10,7 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}nb2:../../x11/qt3-libs +DEPENDS+= qt3-libs-${QTVERSION}nb3:../../x11/qt3-libs DEPENDS+= qt3-tools-${QTVERSION}nb3:../../x11/qt3-tools DEPENDS+= qt3-docs-${QTVERSION}nb1:../../x11/qt3-docs |