diff options
Diffstat (limited to 'security/ftimes/Makefile')
-rw-r--r-- | security/ftimes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile index 2d1f2e4802eb..da49f2c1e87e 100644 --- a/security/ftimes/Makefile +++ b/security/ftimes/Makefile @@ -61,7 +61,7 @@ PLIST_SUB+= MAP_TOOLS="@comment " .endif .if defined(WITH_PCRE) -LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre=${LOCALBASE} .else CONFIGURE_ARGS+= --without-pcre |