aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/blackbox
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-10-12 22:00:44 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-10-12 22:00:44 +0000
commit9b9bf3150ac7dcbbe01fad3707d4eb1aaeabfb52 (patch)
tree689306758b80836288fe11d69729ce2485d4f873 /x11-wm/blackbox
parent2ddc73251cb72ca502e417ec9bf7203f600eab17 (diff)
downloadports-9b9bf3150ac7dcbbe01fad3707d4eb1aaeabfb52.tar.gz
ports-9b9bf3150ac7dcbbe01fad3707d4eb1aaeabfb52.zip
Follow-up to r305690: convert the OPTIONS line to OptionsNG as well.
Thanks to kwm@ for the heads-up. PR: ports/172561 Feature safe: yes
Notes
Notes: svn path=/head/; revision=305794
Diffstat (limited to 'x11-wm/blackbox')
-rw-r--r--x11-wm/blackbox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile
index 929a33ace245..9615f883a2b3 100644
--- a/x11-wm/blackbox/Makefile
+++ b/x11-wm/blackbox/Makefile
@@ -24,7 +24,8 @@ USE_XORG= x11 xft
MAN1= bsetbg.1 bsetroot.1
PORTDOCS= README.bbtools README.bsetbg
-OPTIONS= TOOLS_ONLY "Do not install window manager, only tools" off
+OPTIONS_DEFINE= TOOLS_ONLY
+TOOLS_ONLY_DESC= Do not install window manager, only tools
.include <bsd.port.options.mk>