diff options
Diffstat (limited to 'databases/ocaml-sqlite3/Makefile')
-rw-r--r-- | databases/ocaml-sqlite3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ocaml-sqlite3/Makefile b/databases/ocaml-sqlite3/Makefile index 30fe2f45c9e..8bb8cbbd0a9 100644 --- a/databases/ocaml-sqlite3/Makefile +++ b/databases/ocaml-sqlite3/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2013/06/15 19:18:00 jaapb Exp $ +# $NetBSD: Makefile,v 1.9 2013/10/19 09:07:01 adam Exp $ # PKGNAME= ocaml-sqlite3-${VERSION} DISTNAME= sqlite3-ocaml-${VERSION} VERSION= 2.0.4 +PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= https://bitbucket.org/mmottl/sqlite3-ocaml/downloads/ FETCH_USING= curl |