diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-10-13 06:00:44 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-10-13 06:00:44 +0800 |
commit | d7308fb32b00ff16b1d8bac1b03d47a15929a99b (patch) | |
tree | 689306758b80836288fe11d69729ce2485d4f873 /x11-wm | |
parent | 35288ef5e7c96ff0f18cfbfade5a2ee59d3c81f7 (diff) | |
download | freebsd-ports-gnome-d7308fb32b00ff16b1d8bac1b03d47a15929a99b.tar.gz freebsd-ports-gnome-d7308fb32b00ff16b1d8bac1b03d47a15929a99b.tar.zst freebsd-ports-gnome-d7308fb32b00ff16b1d8bac1b03d47a15929a99b.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
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/blackbox/Makefile | 3 |
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> |