diff options
author | tv <tv@pkgsrc.org> | 2004-10-07 16:28:18 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-07 16:28:18 +0000 |
commit | 2d6ea71fe61cd5f599af917613a1a9640536611c (patch) | |
tree | 340dc664722fb1347bf4496bd6ba182d9f6d4190 /x11/qt3 | |
parent | e3259d07375e0edfb7ab1c22ace02744f462841f (diff) | |
download | pkgsrc-2d6ea71fe61cd5f599af917613a1a9640536611c.tar.gz |
This is a meta-package, so make its dependencies more liberal.
Diffstat (limited to 'x11/qt3')
-rw-r--r-- | x11/qt3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 3307f508336..95d8f6dfd65 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2004/10/05 20:06:36 tron Exp $ +# $NetBSD: Makefile,v 1.28 2004/10/07 16:28:18 tv Exp $ DISTNAME= qt3-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -10,9 +10,9 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}nb2:../../x11/qt3-libs -DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools -DEPENDS+= qt3-docs-${QTVERSION}nb1:../../x11/qt3-docs +DEPENDS+= qt3-libs-${QTVERSION}{,nb[0-9]*}:../../x11/qt3-libs +DEPENDS+= qt3-tools-${QTVERSION}{,nb[0-9]*}:../../x11/qt3-tools +DEPENDS+= qt3-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt3-docs NO_BUILDLINK= yes USE_X11= yes |