diff options
Diffstat (limited to 'net/shmux/Makefile')
-rw-r--r-- | net/shmux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/shmux/Makefile b/net/shmux/Makefile index 5b253e0bb3d1..7d622d1e76e2 100644 --- a/net/shmux/Makefile +++ b/net/shmux/Makefile @@ -26,11 +26,11 @@ FPING_DESC= Use fping utility .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFPING} -RUN_DEPENDS+= fping:${PORTSDIR}/net/fping +RUN_DEPENDS+= fping:net/fping .endif .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:devel/pcre CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --with-pcre=no |