aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2012-06-10 16:27:38 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2012-06-10 16:27:38 +0000
commitdf2c19e2a574c0ddf0abc4a3c6a2857e848cade2 (patch)
tree06f28dfbddc4577a1f5c261e7190c009c67eea85 /x11-wm
parentc667466a35f09f2478d8c7e944a3c5d4118390a3 (diff)
downloadports-df2c19e2a574c0ddf0abc4a3c6a2857e848cade2.tar.gz
ports-df2c19e2a574c0ddf0abc4a3c6a2857e848cade2.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmanager/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/wmanager/Makefile b/x11-wm/wmanager/Makefile
index 5a8c654b9a5f..bf281f14f985 100644
--- a/x11-wm/wmanager/Makefile
+++ b/x11-wm/wmanager/Makefile
@@ -27,11 +27,13 @@ USE_GMAKE= yes
MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
-OPTIONS= ADDONS "Install the helper scripts and manpages" on
+OPTIONS_DEFINE= ADDONS
+OPTIONS_DEFAULT=ADDONS
+ADDONS_DESC= Install the helper scripts and manpages
.include <bsd.port.pre.mk>
-.if defined(WITH_ADDONS)
+.if ${PORT_OPTIONS:MADDONS}
RUN_DEPENDS+= wmanager-loop:${PORTSDIR}/x11-wm/wmanager-addons
.endif