diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-29 10:00:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-29 10:00:52 +0000 |
commit | 452439abd356ed41c8c5a5558aad64047b45fddf (patch) | |
tree | a2087acc90bc768654099e0054872348518481cb /x11/qt3/Makefile | |
parent | 46caf3893929949365864fa396cf90786ace4c72 (diff) | |
download | pkgsrc-452439abd356ed41c8c5a5558aad64047b45fddf.tar.gz |
Update to 3.05 by fixing the DEPENDS lines :)
Diffstat (limited to 'x11/qt3/Makefile')
-rw-r--r-- | x11/qt3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index b348d1fded3..db7c167a38b 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2002/08/13 12:22:31 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/08/29 10:00:52 wiz Exp $ # DISTNAME= qt3-${QTVERSION} -PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -11,8 +10,8 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}nb2:../../x11/qt3-libs -DEPENDS+= qt3-tools-${QTVERSION}nb2:../../x11/qt3-tools +DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs +DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs USE_X11BASE= yes |