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-docs | |
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-docs')
-rw-r--r-- | x11/qt3-docs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3-docs/Makefile b/x11/qt3-docs/Makefile index bb2e37c292a..bf3b74ccf49 100644 --- a/x11/qt3-docs/Makefile +++ b/x11/qt3-docs/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2003/03/28 21:14:41 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/08/01 15:31:08 drochner Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-docs-${QTVERSION} +PKGREVISION= 1 COMMENT= Documentation for the QT C++ X GUI toolkit USE_BUILDLINK2= yes |