diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-mgmt/super_mediator | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net-mgmt/super_mediator')
-rw-r--r-- | net-mgmt/super_mediator/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/super_mediator/Makefile b/net-mgmt/super_mediator/Makefile index 38292f0cb902..58d81a336567 100644 --- a/net-mgmt/super_mediator/Makefile +++ b/net-mgmt/super_mediator/Makefile @@ -12,8 +12,8 @@ COMMENT= SuperMediator is an IPFIX mediator by CMU CERT generally used with YAF LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libfixbuf.so:${PORTSDIR}/net/libfixbuf \ - libltdl.so:${PORTSDIR}/devel/libltdl +LIB_DEPENDS= libfixbuf.so:net/libfixbuf \ + libltdl.so:devel/libltdl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip @@ -30,9 +30,9 @@ SPREAD_DESC= Enable Spread libary as a pub/sub distribution capability MYSQL_DESC= Enable SuperMediator to directly write into MySQL SKIPSET_DESC= Enable SiLK IPSET files for filtering -SKIPSET_LIB_DEPENDS= libsilk.so:${PORTSDIR}/security/silktools -SPREAD_LIB_DEPENDS= libspread.so:${PORTSDIR}/net/spread4 -MYSQL_LIB_DEPENDS= libmysqlclient.so:${PORTSDIR}/${_MYSQL_CLIENT} +SKIPSET_LIB_DEPENDS= libsilk.so:security/silktools +SPREAD_LIB_DEPENDS= libspread.so:net/spread4 +MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT} MYSQL_USE= mysql=yes |