aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nfdump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nfdump/Makefile')
-rw-r--r--net-mgmt/nfdump/Makefile6
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