diff options
author | tron <tron> | 2003-01-08 10:45:55 +0000 |
---|---|---|
committer | tron <tron> | 2003-01-08 10:45:55 +0000 |
commit | 75195867e12c7eed1b945932442b61f5108e0414 (patch) | |
tree | ebb7630fb7801b52e783a4003ccc63c5a257a25c /x11/qt3 | |
parent | dad801f38f636e52470be314b07f49e7065eff14 (diff) | |
download | pkgsrc-75195867e12c7eed1b945932442b61f5108e0414.tar.gz |
Fix dependence on "qt3-tools" package and bump package revision.
Diffstat (limited to 'x11/qt3')
-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 5582c6dfcad..14617edce41 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2002/12/24 18:36:16 wiz Exp $ -# +# $NetBSD: Makefile,v 1.13 2003/01/08 10:45:55 tron Exp $ -DISTNAME= qt3-${QTVERSION}nb1 +DISTNAME= qt3-${QTVERSION}nb2 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -11,7 +10,7 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs -DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools +DEPENDS+= qt3-tools-${QTVERSION}nb2:../../x11/qt3-tools DEPENDS+= qt3-docs-${QTVERSION}nb1:../../x11/qt3-docs USE_BUILDLINK2= yes |