diff options
author | tv <tv@pkgsrc.org> | 2004-10-07 16:34:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-07 16:34:37 +0000 |
commit | 615aad4d14713a8bbeffadf5fed51184aa09e602 (patch) | |
tree | 3d31e881ddf73604f0c0703b7048285869903409 /x11 | |
parent | 2353b92af196318af55412a3ef62b9fc78edad39 (diff) | |
download | pkgsrc-615aad4d14713a8bbeffadf5fed51184aa09e602.tar.gz |
This is a meta-package. Make its dependencies more liberal.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt2/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile index 89d09648ca1..b2b850f41fa 100644 --- a/x11/qt2/Makefile +++ b/x11/qt2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2003/12/18 09:52:01 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2004/10/07 16:34:37 tv Exp $ # DISTNAME= qt2-${QTVERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -11,10 +11,10 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "Makefile.common" -DEPENDS+= qt2-libs-${QTVERSION}nb5:../../x11/qt2-libs -DEPENDS+= {qt2-designer-${QTVERSION}nb2,qt2-designer-kde-${QTVERSION}nb2}:../../x11/qt2-designer -DEPENDS+= qt2-docs-${QTVERSION}nb2:../../x11/qt2-docs -DEPENDS+= qt2-examples-${QTVERSION}nb2:../../x11/qt2-examples +DEPENDS+= qt2-libs-${QTVERSION}nb{,nb[0-9]*}:../../x11/qt2-libs +DEPENDS+= qt2-designer{,-kde}-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-designer +DEPENDS+= qt2-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-docs +DEPENDS+= qt2-examples-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-examples USE_X11BASE= yes EXTRACT_ONLY= # empty |