diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 13:02:44 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 13:02:44 +0000 |
commit | f02e63ad069d9ff3d7fa5b6edd04ad5d41f5fb47 (patch) | |
tree | 77ef84a093cdcd9669dfa23e93020d6688ad809a /ftp/proftpd | |
parent | dbbf00416275070770d9e5699204815f28912444 (diff) | |
download | ports-f02e63ad069d9ff3d7fa5b6edd04ad5d41f5fb47.tar.gz ports-f02e63ad069d9ff3d7fa5b6edd04ad5d41f5fb47.zip |
Notes
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
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 |