diff options
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 |