summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/rsvndump/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/rsvndump/Makefile b/devel/rsvndump/Makefile
index 5655a5c78fd4..bbe0c2099811 100644
--- a/devel/rsvndump/Makefile
+++ b/devel/rsvndump/Makefile
@@ -2,7 +2,7 @@
PORTNAME= rsvndump
PORTVERSION= 0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -11,7 +11,11 @@ COMMENT= Remote Subversion repository dumpfile generator
LICENSE= GPLv2
-LIB_DEPENDS= libsvn_client-1.so:devel/subversion
+USES= bdb
+LIB_DEPENDS= libsvn_client-1.so:devel/subversion \
+ libgdbm.so:databases/gdbm \
+ libexpat.so:textproc/expat2 \
+ libapr-1.so:devel/apr1
OPTIONS_DEFINE= DOCS NLS