diff options
Diffstat (limited to 'net/pktanon')
-rw-r--r-- | net/pktanon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pktanon/Makefile b/net/pktanon/Makefile index 01bbf0a4f77f..83a61bbe687a 100644 --- a/net/pktanon/Makefile +++ b/net/pktanon/Makefile @@ -9,8 +9,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-dev MAINTAINER= wxs@FreeBSD.org COMMENT= Network trace anonymizer -LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs \ - xerces-c.3:${PORTSDIR}/textproc/xerces-c3 +LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs \ + libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 USE_DOS2UNIX= yes GNU_CONFIGURE= yes |