diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-04 00:39:33 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-04 00:39:33 +0000 |
commit | 157f174843d6060b956b9184cc539491a6524344 (patch) | |
tree | 97c4641d3e4c6544bf78ff8b866b1160bc770516 /ftp/proftpd | |
parent | 410f460bff5b6f34a3ef1d43c7ffda9dce18b6e0 (diff) | |
download | ports-157f174843d6060b956b9184cc539491a6524344.tar.gz ports-157f174843d6060b956b9184cc539491a6524344.zip |
Notes
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 4 |
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 |