diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-02-24 13:00:45 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-02-24 13:00:45 +0000 |
commit | e65e70eeabc0408352a64b4d92214fed6e5ee528 (patch) | |
tree | 42afeef410b70580e28ae33a6961215859e4182c | |
parent | No functional change: The qt4 compatibility patch was stored as uuencoded (diff) |
- Change boost-libs from BUILD_DEPENDS to LIB_DEPENDS. This fixes installing from packages.
PR: ports/165352
Reported by: Marat Bakeev <hawara@hawara.com>
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by: gabor (mentor, implicit)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=292173
-rw-r--r-- | dns/powerdns/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index d06fd87712da..8dd6627ca4d3 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -7,6 +7,7 @@ PORTNAME= powerdns PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ \ http://mirrors.evolva.ro/powerdns.com/releases/ @@ -16,9 +17,9 @@ MAINTAINER= tremere@cainites.net COMMENT= An advanced DNS server with multiple backends including SQL BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ - ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs \ ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp -LIB_DEPENDS= botan.0:${PORTSDIR}/security/botan +LIB_DEPENDS= botan.0:${PORTSDIR}/security/botan \ + boost_serialization.[4-9]:${PORTSDIR}/devel/boost-libs USE_LUA= 5.1 LUA_COMPS= lua |