Use LITE instead of LIGHTWEIGHT with standard description

Suggested by:	danfe
Feature safe:	yes
This commit is contained in:
Chris Rees 2012-10-30 13:02:07 +00:00
parent 23d769db53
commit c2a2f2382e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306672

View File

@ -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