diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-23 08:25:47 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-23 08:25:47 +0000 |
commit | 617938836df905824ac0214a5f379bd18495a18d (patch) | |
tree | 5942cea4112b665ee12f56e68f624378791cef22 /databases/qt-sqlite-plugin | |
parent | Fix pkg-plist. (diff) |
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.
Approved by: portmgr, maintainers of sqlite and related ports
Notes
Notes:
svn path=/head/; revision=124931
Diffstat (limited to 'databases/qt-sqlite-plugin')
-rw-r--r-- | databases/qt-sqlite-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/qt-sqlite-plugin/Makefile b/databases/qt-sqlite-plugin/Makefile index 2acddef94975..17a9c386ba03 100644 --- a/databases/qt-sqlite-plugin/Makefile +++ b/databases/qt-sqlite-plugin/Makefile @@ -8,6 +8,7 @@ PORTNAME= qt-${DB}-plugin PORTVERSION= 3.3.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.silug.org/pub/qt/ \ @@ -22,7 +23,7 @@ COMMENT= A plugin for QT to connect to SQLite-Databases DB= sqlite LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 \ - sqlite:${PORTSDIR}/databases/sqlite + sqlite.2:${PORTSDIR}/databases/sqlite2 USE_BZIP2= yes PLUGIN= plugins/src/sqldrivers/${DB} |