summaryrefslogtreecommitdiff
path: root/x11/qt3
diff options
context:
space:
mode:
authorskrll <skrll>2002-05-29 19:09:55 +0000
committerskrll <skrll>2002-05-29 19:09:55 +0000
commitee593721235159a4379734e34be486ab2d49ac47 (patch)
tree8df4793c06467f22851cfd641d42319c0c58af54 /x11/qt3
parentc3d0015d903d9fb69f9bb5a3a1ef5cc3f6e9ae90 (diff)
downloadpkgsrc-ee593721235159a4379734e34be486ab2d49ac47.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