diff options
Diffstat (limited to 'net/mpd5/Makefile')
-rw-r--r-- | net/mpd5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile index e83d717a2c07..987c21957110 100644 --- a/net/mpd5/Makefile +++ b/net/mpd5/Makefile @@ -22,11 +22,11 @@ USE_OPENSSL= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNG_IPACCT} -BUILD_DEPENDS+= ${LOCALBASE}/include/netgraph/ng_ipacct.h:${PORTSDIR}/net-mgmt/ng_ipacct +BUILD_DEPENDS+= ${LOCALBASE}/include/netgraph/ng_ipacct.h:net-mgmt/ng_ipacct .if exists(${KMODDIR}/ng_ipacct.ko) -RUN_DEPENDS+= ${KMODDIR}/ng_ipacct.ko:${PORTSDIR}/net-mgmt/ng_ipacct +RUN_DEPENDS+= ${KMODDIR}/ng_ipacct.ko:net-mgmt/ng_ipacct .else -RUN_DEPENDS+= /boot/modules/ng_ipacct.ko:${PORTSDIR}/net-mgmt/ng_ipacct +RUN_DEPENDS+= /boot/modules/ng_ipacct.ko:net-mgmt/ng_ipacct .endif .endif |