diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:26:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:26:25 +0000 |
commit | d22728a7e856c5c9ae691125736d656a2c1163ad (patch) | |
tree | 631e17a2b7895241106d33db493284675e581402 /net/shmux | |
parent | f329319eb51eb2930a53eb96f5f2932c737a71b8 (diff) | |
download | ports-d22728a7e856c5c9ae691125736d656a2c1163ad.tar.gz ports-d22728a7e856c5c9ae691125736d656a2c1163ad.zip |
Notes
Diffstat (limited to 'net/shmux')
-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 |