diff options
Diffstat (limited to 'net/shmux/Makefile')
-rw-r--r-- | net/shmux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/shmux/Makefile b/net/shmux/Makefile index d8181f106955..3054947bb3de 100644 --- a/net/shmux/Makefile +++ b/net/shmux/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS+= fping:${PORTSDIR}/net/fping .endif .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --with-pcre=no |