diff options
author | adam <adam@pkgsrc.org> | 2005-09-27 09:15:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-27 09:15:31 +0000 |
commit | b545cd1d209bd599b169521f5f6911051a104f33 (patch) | |
tree | b1321baf8cc955a1fdbf5f6162b91df8e68bd687 /x11/qt3-mysql | |
parent | 64c77ff372c0f48e123ce17a8a770d0482967357 (diff) | |
download | pkgsrc-b545cd1d209bd599b169521f5f6911051a104f33.tar.gz |
Changes 3.3.5:
* Over 200 bug-fixes were incorporated
* Platform support was added for Mac OS X 10.4 (Tiger), VS2005, and GCC 4.
Diffstat (limited to 'x11/qt3-mysql')
-rw-r--r-- | x11/qt3-mysql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt3-mysql/Makefile b/x11/qt3-mysql/Makefile index cfda2b9bb2c..4c46784a7a9 100644 --- a/x11/qt3-mysql/Makefile +++ b/x11/qt3-mysql/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2005/06/22 21:14:45 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/09/27 09:15:31 adam Exp $ .include "../qt3-libs/Makefile.common" PKGNAME= qt3-mysql-${QTVERSION} -PKGREVISION= 1 COMMENT= QT mysql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ |