summaryrefslogtreecommitdiff
path: root/x11/qt3
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-05-29 19:09:55 +0000
committerskrll <skrll@pkgsrc.org>2002-05-29 19:09:55 +0000
commit0654af6a3ceefade5c7bc444bab5d006081d6cf7 (patch)
tree8df4793c06467f22851cfd641d42319c0c58af54 /x11/qt3
parent82104f6d023ae99eacc8d4e5a9ef5023792303cc (diff)
downloadpkgsrc-0654af6a3ceefade5c7bc444bab5d006081d6cf7.tar.gz
Various changes to help with KDE3.
o Enable thread support using pth-syscall and nathanw_sa. The later has problems which are being worked on. o Restructure the build of certain plugins so that qt3-libs comes with jpeg and mng support. o Introduce a BUILDLINK_DEPENDS_METHOD.qt3-tools variable that when set to build means we don't get a full dependency on qt3-tools.
Diffstat (limited to 'x11/qt3')
-rw-r--r--x11/qt3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile
index 0883d4e71be..7a321b57f3a 100644
--- a/x11/qt3/Makefile
+++ b/x11/qt3/Makefile
@@ -2,6 +2,7 @@
#
DISTNAME= qt3-${QTVERSION}
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= # empty
DISTFILES= # empty
@@ -10,8 +11,8 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit
.include "./Makefile.common"
-DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs
-DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools
+DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs
+DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools
DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs
USE_X11BASE= yes