Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2013 18:30:46 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336076 - head/www/volta
Message-ID:  <201312101830.rBAIUkLA061658@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Dec 10 18:30:46 2013
New Revision: 336076
URL: http://svnweb.freebsd.org/changeset/ports/336076

Log:
  Links dynamically to libcdb after databases/tinycdb update
  
  PR:		ports/184663
  Submitted by:	me
  Approved by:	bapt (portmgr)

Modified:
  head/www/volta/Makefile

Modified: head/www/volta/Makefile
==============================================================================
--- head/www/volta/Makefile	Tue Dec 10 18:29:23 2013	(r336075)
+++ head/www/volta/Makefile	Tue Dec 10 18:30:46 2013	(r336076)
@@ -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 resourc
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	cdb:${PORTSDIR}/databases/tinycdb
+LIB_DEPENDS=	libcdb.so:${PORTSDIR}/databases/tinycdb
 
 USES=		pkgconfig
 USE_GMAKE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312101830.rBAIUkLA061658>