diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-02-24 21:00:45 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-02-24 21:00:45 +0800 |
commit | 6c3994543184f46f801f4c2f6c3bac19c1e720b6 (patch) | |
tree | 058c7ab36da5bd62df2f25ac4c4b70531a9bcfcf | |
parent | dd4f2d0a7db77d7dcdde96674ab7bcae83731699 (diff) | |
download | freebsd-ports-gnome-6c3994543184f46f801f4c2f6c3bac19c1e720b6.tar.gz freebsd-ports-gnome-6c3994543184f46f801f4c2f6c3bac19c1e720b6.tar.zst freebsd-ports-gnome-6c3994543184f46f801f4c2f6c3bac19c1e720b6.zip |
- 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
-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 |