diff options
author | crees <crees@FreeBSD.org> | 2012-10-30 21:02:07 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-10-30 21:02:07 +0800 |
commit | 7d9b1ecf06e5345e314493fd5a2968afb9d00102 (patch) | |
tree | 47595d87754c5afc3063f2aae4f4c7d7bb0cf245 | |
parent | 00825a80b04b1fae0bd1e27cbf008ed3114edd12 (diff) | |
download | freebsd-ports-gnome-7d9b1ecf06e5345e314493fd5a2968afb9d00102.tar.gz freebsd-ports-gnome-7d9b1ecf06e5345e314493fd5a2968afb9d00102.tar.zst freebsd-ports-gnome-7d9b1ecf06e5345e314493fd5a2968afb9d00102.zip |
Use LITE instead of LIGHTWEIGHT with standard description
Suggested by: danfe
Feature safe: yes
-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 |