summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-10-30 13:02:07 +0000
committerChris Rees <crees@FreeBSD.org>2012-10-30 13:02:07 +0000
commitc2a2f2382e293eb09b9a32866edfa9de61595586 (patch)
tree47595d87754c5afc3063f2aae4f4c7d7bb0cf245 /net-p2p
parent- Allow to select desired user interface toolkit (GTK+2 and/or Qt4, default (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/Makefile6
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