diff options
author | sat <sat@FreeBSD.org> | 2006-11-04 08:39:33 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-04 08:39:33 +0800 |
commit | 946452fa6476891213ede06aebdb2aede6a40920 (patch) | |
tree | e313d2fe724720db5eaf718438969e2a85bc4c56 /ftp/proftpd | |
parent | 34895afec11f078614b460b52a8156b0a11e23e2 (diff) | |
download | freebsd-ports-gnome-946452fa6476891213ede06aebdb2aede6a40920.tar.gz freebsd-ports-gnome-946452fa6476891213ede06aebdb2aede6a40920.tar.zst freebsd-ports-gnome-946452fa6476891213ede06aebdb2aede6a40920.zip |
- Allow a couple vars to be overridden from a slave port
PR: ports/104452
Submitted by: Denis Barov <dindin@freebsd.org.ua>
Approved by: Beech Rintoul <beech@alaskaparadise.com> (maintainer timeout, 17 days)
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 |