diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 10:53:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 10:53:38 +0000 |
commit | e467cb1db54df71170364ee0a9dca38a32b11b0b (patch) | |
tree | 6cb6f0da787d4b67708abc802fa739d71222bbdc /devel/avro-cpp | |
parent | 8ae25a440e4a7875b74a89f412b5029292e6d6f1 (diff) | |
download | ports-e467cb1db54df71170364ee0a9dca38a32b11b0b.tar.gz ports-e467cb1db54df71170364ee0a9dca38a32b11b0b.zip |
Notes
Diffstat (limited to 'devel/avro-cpp')
-rw-r--r-- | devel/avro-cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile index 3771a37e8001..1729fe386412 100644 --- a/devel/avro-cpp/Makefile +++ b/devel/avro-cpp/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= Data serialization system for C++ -LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs USES= cmake USE_LDCONFIG= yes |