mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
- 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)
This commit is contained in:
parent
410f460bff
commit
157f174843
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176321
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user