aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorromain <romain@FreeBSD.org>2013-01-11 17:06:47 +0800
committerromain <romain@FreeBSD.org>2013-01-11 17:06:47 +0800
commitabb3bd0b75edec527c9845b7433db95960b95fef (patch)
tree2a8e980cc13e1a8c364d8da2af4aca95a1eb7629 /deskutils
parentc4d5772263a44ab21c5951b6dc2997c1a55c2196 (diff)
downloadfreebsd-ports-graphics-abb3bd0b75edec527c9845b7433db95960b95fef.tar.gz
freebsd-ports-graphics-abb3bd0b75edec527c9845b7433db95960b95fef.tar.zst
freebsd-ports-graphics-abb3bd0b75edec527c9845b7433db95960b95fef.zip
Switch to the new OPTIONS format.
Reported by: bapt
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/tomboy/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile
index 9a1010ac726..d12bc53f260 100644
--- a/deskutils/tomboy/Makefile
+++ b/deskutils/tomboy/Makefile
@@ -36,14 +36,15 @@ CONFIGURE_ARGS+=--enable-evolution=yes
MAN1= tomboy.1
GCONF_SCHEMAS= tomboy.schemas
-OPTIONS= APPLET "Enable GNOME panel applet" off
+OPTIONS_DEFINE= APPLET
+APPLET_DESC= Enable GNOME panel applet
# Restrict to stable (even) versions, indicated by the second component.
PORTSCOUT= limitw:1,even
.include <bsd.port.pre.mk>
-.if defined(WITH_APPLET)
+.if ${PORT_OPTIONS:MAPPLET}
CONFIGURE_ARGS+=--enable-panel-applet
PLIST_SUB+= APPLET=""
.else