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/nfdump/Makefile | |
parent | Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'net-mgmt/nfdump/Makefile')
-rw-r--r-- | net-mgmt/nfdump/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/nfdump/Makefile b/net-mgmt/nfdump/Makefile index 23689af5e9e5..8db27e4e271e 100644 --- a/net-mgmt/nfdump/Makefile +++ b/net-mgmt/nfdump/Makefile @@ -80,13 +80,13 @@ CONFIGURE_ARGS+= --disable-nftrack .if ${PORT_OPTIONS:MNFPROFILE} || ${PORT_OPTIONS:MNFTRACK} CONFIGURE_ARGS+= --with-rrdpath=${LOCALBASE} -BUILD_DEPENDS+= rrdtool:${PORTSDIR}/databases/rrdtool -RUN_DEPENDS+= rrdtool:${PORTSDIR}/databases/rrdtool +BUILD_DEPENDS+= rrdtool:databases/rrdtool +RUN_DEPENDS+= rrdtool:databases/rrdtool .endif #flow-tools support .if ${PORT_OPTIONS:MFT2NFDUMP} -BUILD_DEPENDS+= flow-cat:${PORTSDIR}/net-mgmt/flow-tools +BUILD_DEPENDS+= flow-cat:net-mgmt/flow-tools CONFIGURE_ARGS+= --enable-ftconv --with-ftpath=${LOCALBASE} PLIST_FILES+= bin/ft2nfdump man/man1/ft2nfdump.1.gz .endif |