diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 12:19:32 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 12:19:32 +0000 |
commit | ec94e4d5eb205b565ad234a64ae8f928f0acf831 (patch) | |
tree | e09d23ad5e04ca8eb7fcec9901ed6229bfea3705 /databases/php53-sqlite3 | |
parent | Fix textproc/groff pkg-plist for WITHOUT_X11 builds (diff) |
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=360738
Diffstat (limited to 'databases/php53-sqlite3')
-rw-r--r-- | databases/php53-sqlite3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/php53-sqlite3/Makefile b/databases/php53-sqlite3/Makefile index 83ad2a11b7df..c8faa8a5a6a7 100644 --- a/databases/php53-sqlite3/Makefile +++ b/databases/php53-sqlite3/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PORTREVISION= 3 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php53 |