diff options
author | drochner <drochner@pkgsrc.org> | 2003-08-01 15:31:07 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-08-01 15:31:07 +0000 |
commit | 61b9e4e88d3c71de317a954a0424507037418b75 (patch) | |
tree | a01bbf8ce377db1b72b764079799b278743d221b /x11/qt3 | |
parent | 4b4c56362fbc32fc7e1d13a2189c50daf9ce0ca5 (diff) | |
download | pkgsrc-61b9e4e88d3c71de317a954a0424507037418b75.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')
-rw-r--r-- | x11/qt3/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 22b9474d733..c93f212167d 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2003/07/23 11:10:15 tron Exp $ +# $NetBSD: Makefile,v 1.19 2003/08/01 15:31:07 drochner Exp $ DISTNAME= qt3-${QTVERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -10,12 +10,12 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs -DEPENDS+= qt3-tools-${QTVERSION}nb2:../../x11/qt3-tools -DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs +DEPENDS+= qt3-libs-${QTVERSION}nb2:../../x11/qt3-libs +DEPENDS+= qt3-tools-${QTVERSION}nb3:../../x11/qt3-tools +DEPENDS+= qt3-docs-${QTVERSION}nb1:../../x11/qt3-docs USE_BUILDLINK2= yes -USE_X11BASE= yes +USE_X11= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes |