1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Fix includes/libs if using WITH_PCRE

PR:		ports/165133
Reported by:	Henrik Larsson <freebsd@spambox.dk>
This commit is contained in:
Martin Matuska 2012-02-14 13:02:44 +00:00
parent dbbf004162
commit f02e63ad06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291339

View File

@ -352,6 +352,8 @@ PLIST_SUB+= NLS="@comment "
.endif
.if !defined(WITHOUT_PCRE)
INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include
LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --enable-pcre
.else