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-mysql/Makefile | |
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-mysql/Makefile')
-rw-r--r-- | x11/qt3-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-mysql/Makefile b/x11/qt3-mysql/Makefile index ab3247bc578..78900d00118 100644 --- a/x11/qt3-mysql/Makefile +++ b/x11/qt3-mysql/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2003/05/02 11:57:31 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/08/01 15:31:09 drochner Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-mysql-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= QT mysql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ |