summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/cvstrac/Makefile4
-rw-r--r--devel/monotone/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/cvstrac/Makefile b/devel/cvstrac/Makefile
index 50d516fdfcd9..d08d685525f3 100644
--- a/devel/cvstrac/Makefile
+++ b/devel/cvstrac/Makefile
@@ -7,14 +7,14 @@
PORTNAME= cvstrac
PORTVERSION= 1.1.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cvstrac.org/cvstrac/
MAINTAINER= bms@FreeBSD.org
COMMENT= Web-Based Bug And Patch-Set Tracking System For CVS
-LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite
+LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2
USE_GMAKE= yes
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