Use LITE instead of LIGHTWEIGHT with standard description
Suggested by: danfe Feature safe: yes
This commit is contained in:
parent
23d769db53
commit
c2a2f2382e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306672
1 changed files with 2 additions and 4 deletions
|
@ -20,9 +20,7 @@ SLAVEPORT?= cli
|
|||
|
||||
CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.5*
|
||||
|
||||
OPTIONS_DEFINE= LIGHTWEIGHT
|
||||
|
||||
LIGHTWEIGHT_DESC= Build for low memory / low speed devices
|
||||
OPTIONS_DEFINE= LITE
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -48,7 +46,7 @@ EXTRA_CONF_ARGS?=--enable-cli \
|
|||
--disable-mac \
|
||||
--disable-nls
|
||||
|
||||
.if ${PORT_OPTIONS:MLIGHTWEIGHT}
|
||||
.if ${PORT_OPTIONS:MLITE}
|
||||
CONFIGURE_ARGS+=--enable-lightweight
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue