diff options
-rw-r--r-- | www/volta/Makefile | 5 |
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 |