summaryrefslogtreecommitdiff
path: root/x11/qt3-tools
diff options
context:
space:
mode:
authordrochner <drochner>2003-08-01 15:31:07 +0000
committerdrochner <drochner>2003-08-01 15:31:07 +0000
commit780d9dc4f61b523c859ac27ebc3575e34c5ceb95 (patch)
treea01bbf8ce377db1b72b764079799b278743d221b /x11/qt3-tools
parentbf9e3197fac88da890d01d746ff9d27f312932ed (diff)
downloadpkgsrc-780d9dc4f61b523c859ac27ebc3575e34c5ceb95.tar.gz
Don't USE_X11BASE; there is no reason to install there.
Bump PKGREVISION on everything which installs into the QTDIR tree. (Applications which just use qt3 shouldn't be affected because each program using qt3 has an RPATH into both LOCALBASE and X11BASE.)
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r--x11/qt3-tools/Makefile4
-rw-r--r--x11/qt3-tools/buildlink2.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile
index 2a5ce7f323b..a0678e8c519 100644
--- a/x11/qt3-tools/Makefile
+++ b/x11/qt3-tools/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2003/07/23 09:41:41 drochner Exp $
+# $NetBSD: Makefile,v 1.22 2003/08/01 15:31:10 drochner Exp $
#
.include "../qt3-libs/Makefile.common"
PKGNAME= qt3-tools-${QTVERSION}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= QT GUI (WYSIWYG) builder and other tools
CONFIGURE_ARGS+= -I${QTDIR}/include \
diff --git a/x11/qt3-tools/buildlink2.mk b/x11/qt3-tools/buildlink2.mk
index 85c0eb9d850..12edb47b962 100644
--- a/x11/qt3-tools/buildlink2.mk
+++ b/x11/qt3-tools/buildlink2.mk
@@ -1,10 +1,10 @@
-# $NetBSD: buildlink2.mk,v 1.11 2003/07/27 21:42:21 jdolecek Exp $
+# $NetBSD: buildlink2.mk,v 1.12 2003/08/01 15:31:10 drochner Exp $
.if !defined(QT3_TOOLS_BUILDLINK2_MK)
QT3_TOOLS_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= qt3-tools
-BUILDLINK_DEPENDS.qt3-tools?= qt3-tools>=3.1.2nb1
+BUILDLINK_DEPENDS.qt3-tools?= qt3-tools>=3.1.2nb3
BUILDLINK_PKGSRCDIR.qt3-tools?= ../../x11/qt3-tools
EVAL_PREFIX+= BUILDLINK_PREFIX.qt3-tools=qt3-tools