diff options
Diffstat (limited to 'devel/monotone/Makefile')
-rw-r--r-- | devel/monotone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 4628b666f86b..5183c32b9314 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -7,6 +7,7 @@ PORTNAME= monotone PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.venge.net/monotone/ \ http://norton.kettering.edu/freebsd/ @@ -47,7 +48,7 @@ LIB_DEPENDS+= lua.5:${PORTSDIR}/lang/lua CONFIGURE_ARGS= --with-bundled-lua .endif .if !defined(WITHOUT_SQLITE) -LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite +LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2 .else CONFIGURE_ARGS= --with-bundled-sqlite .endif |