aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-11-04 00:39:33 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-11-04 00:39:33 +0000
commit157f174843d6060b956b9184cc539491a6524344 (patch)
tree97c4641d3e4c6544bf78ff8b866b1160bc770516 /ftp/proftpd
parent410f460bff5b6f34a3ef1d43c7ffda9dce18b6e0 (diff)
downloadports-157f174843d6060b956b9184cc539491a6524344.tar.gz
ports-157f174843d6060b956b9184cc539491a6524344.zip
Notes
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index a47f1e8cf418..05dff1f4a308 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -102,8 +102,8 @@ CONFIGURE_ARGS+= --disable-ipv6
#allow user to override
MODULES?= mod_ratio:mod_readme:mod_rewrite:mod_wrap:mod_ifsession
-INCLUDEDIRS=
-LIBDIRS=
+INCLUDEDIRS?=
+LIBDIRS?=
.if defined(WITH_LDAP)
USE_OPENLDAP= yes