aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-12-11 02:30:46 +0800
committerpawel <pawel@FreeBSD.org>2013-12-11 02:30:46 +0800
commit37c2221c2b54a62dc61401b3426de592e9ee51f7 (patch)
treec6161fe10fc7991e3c4b785bb7ce68ac9ed75991 /www
parent9514bc8a5ca8973af65523d8d0489e0c1cf23d03 (diff)
downloadfreebsd-ports-gnome-37c2221c2b54a62dc61401b3426de592e9ee51f7.tar.gz
freebsd-ports-gnome-37c2221c2b54a62dc61401b3426de592e9ee51f7.tar.zst
freebsd-ports-gnome-37c2221c2b54a62dc61401b3426de592e9ee51f7.zip
Links dynamically to libcdb after databases/tinycdb update
PR: ports/184663 Submitted by: me Approved by: bapt (portmgr)
Diffstat (limited to 'www')
-rw-r--r--www/volta/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/volta/Makefile b/www/volta/Makefile
index 0762e9141f38..86eb6923ba85 100644
--- a/www/volta/Makefile
+++ b/www/volta/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= volta
-DISTVERSION= 0.2.0
+PORTVERSION= 0.2.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://dl.dropbox.com/u/7234177/Releases/ \
http://projects.martini.nu/volta/chrome/site/
@@ -14,7 +15,7 @@ COMMENT= A high performance, low resource URI rewriter for Squid
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= cdb:${PORTSDIR}/databases/tinycdb
+LIB_DEPENDS= libcdb.so:${PORTSDIR}/databases/tinycdb
USES= pkgconfig
USE_GMAKE= yes