summaryrefslogtreecommitdiff
path: root/x11/qt3
diff options
context:
space:
mode:
authordrochner <drochner>2002-03-19 17:54:33 +0000
committerdrochner <drochner>2002-03-19 17:54:33 +0000
commit05e029258f879358acdc0d49dbb4687b057aad67 (patch)
tree4c637084c1a3eb91cd66ed34a1524ec7b6df74b4 /x11/qt3
parent158605adedbc578f1e68c699fa4589026543c24a (diff)
downloadpkgsrc-05e029258f879358acdc0d49dbb4687b057aad67.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')
-rw-r--r--x11/qt3/Makefile7
-rw-r--r--x11/qt3/Makefile.common4
2 files changed, 5 insertions, 6 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
diff --git a/x11/qt3/Makefile.common b/x11/qt3/Makefile.common
index 5b23b2ea1ac..a71be4eea57 100644
--- a/x11/qt3/Makefile.common
+++ b/x11/qt3/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2002/01/07 08:11:32 skrll Exp $
+# $NetBSD: Makefile.common,v 1.2 2002/03/19 17:54:34 drochner Exp $
#
-QTVERSION= 3.0.1
+QTVERSION= 3.0.2
MAINTAINER= skrll@netbsd.org
HOMEPAGE= http://www.trolltech.com/products/qt.html