aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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