diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-10-30 13:02:07 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-10-30 13:02:07 +0000 |
commit | c2a2f2382e293eb09b9a32866edfa9de61595586 (patch) | |
tree | 47595d87754c5afc3063f2aae4f4c7d7bb0cf245 /net-p2p | |
parent | 23d769db536f1dd2e29d6b4c9b9e25366ef7b74d (diff) |
Use LITE instead of LIGHTWEIGHT with standard description
Suggested by: danfe
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306672
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index d50071cdf264..058da2ac8620 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -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 |