diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
commit | aad09bc5e23eb75a7a865a8b0002fbc6e13d4659 (patch) | |
tree | 69c07cdc4812f0f8be0cc44c38513f540c058778 /databases/vsqlite | |
parent | 5c818b158c5b9479669f8322b4da8c48f5c30ef9 (diff) |
Notes
Diffstat (limited to 'databases/vsqlite')
-rw-r--r-- | databases/vsqlite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/vsqlite/Makefile b/databases/vsqlite/Makefile index 4dafe5f4b273..cfcce6078b89 100644 --- a/databases/vsqlite/Makefile +++ b/databases/vsqlite/Makefile @@ -3,7 +3,7 @@ PORTNAME= vsqlite PORTVERSION= 0.3.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= kwm@FreeBSD.org @@ -20,7 +20,7 @@ GH_TAGNAME= 3fa8d32 GH_COMMIT= 3fa8d32 USE_AUTOTOOLS= libtoolize autoconf automake -USES= compiler:c++0x libtool +USES= compiler:c++0x libtool:keepla USE_SQLITE= 3 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |