diff options
author | mm <mm@FreeBSD.org> | 2012-02-14 21:02:44 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-02-14 21:02:44 +0800 |
commit | dfac3ec6fc01870f95a7999d3e6747e7cf971deb (patch) | |
tree | c8376a7d42657860c5e2ef8ddbcf2a8d8ab7ecc7 /ftp/proftpd | |
parent | be0b9912665d6b9817306e97e10f6829144a8d83 (diff) | |
download | freebsd-ports-gnome-dfac3ec6fc01870f95a7999d3e6747e7cf971deb.tar.gz freebsd-ports-gnome-dfac3ec6fc01870f95a7999d3e6747e7cf971deb.tar.zst freebsd-ports-gnome-dfac3ec6fc01870f95a7999d3e6747e7cf971deb.zip |
Fix includes/libs if using WITH_PCRE
PR: ports/165133
Reported by: Henrik Larsson <freebsd@spambox.dk>
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 |