diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-27 17:21:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-27 17:21:06 +0000 |
commit | bd48d39657a582c8dac1de7279de5bfa45eb1e58 (patch) | |
tree | c5276bc4d29fdc699019bf6161489e51a75c44cc /databases/tcl-sqlite3 | |
parent | d4126a97f6a12be7e49c3d0f395cb8d98b6a66a8 (diff) | |
download | ports-bd48d39657a582c8dac1de7279de5bfa45eb1e58.tar.gz ports-bd48d39657a582c8dac1de7279de5bfa45eb1e58.zip |
Notes
Diffstat (limited to 'databases/tcl-sqlite3')
-rw-r--r-- | databases/tcl-sqlite3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index aa5c05bb6502..936cc4f10abb 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -2,6 +2,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.8.5 +PORTREVISION= 1 CATEGORIES= databases tcl MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ PKGNAMEPREFIX= tcl- |