diff options
author | drochner <drochner@pkgsrc.org> | 2002-03-19 17:54:33 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-03-19 17:54:33 +0000 |
commit | 38e427917b81a15848da7a6ba2a8b15a1a695c06 (patch) | |
tree | 4c637084c1a3eb91cd66ed34a1524ec7b6df74b4 /x11/qt3/Makefile | |
parent | 9234c060b29bf9a9f732a1f3fa3ecdb26302778a (diff) | |
download | pkgsrc-38e427917b81a15848da7a6ba2a8b15a1a695c06.tar.gz |
update to 3.0.2
"Qt 3.0.2 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.1."
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 a57b61bb613..0883d4e71be 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -2,7 +2,6 @@ # DISTNAME= qt3-${QTVERSION} -PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -11,9 +10,9 @@ 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-docs-${QTVERSION}nb1:../../x11/qt3-docs +DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs +DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools +DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs USE_X11BASE= yes EXTRACT_ONLY= # empty |