aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-02-14 13:02:44 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-02-14 13:02:44 +0000
commitf02e63ad069d9ff3d7fa5b6edd04ad5d41f5fb47 (patch)
tree77ef84a093cdcd9669dfa23e93020d6688ad809a /ftp
parentdbbf00416275070770d9e5699204815f28912444 (diff)
downloadports-f02e63ad069d9ff3d7fa5b6edd04ad5d41f5fb47.tar.gz
ports-f02e63ad069d9ff3d7fa5b6edd04ad5d41f5fb47.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/proftpd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index ff9c262d1c63..729befd45efe 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -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