From abb3bd0b75edec527c9845b7433db95960b95fef Mon Sep 17 00:00:00 2001 From: romain Date: Fri, 11 Jan 2013 09:06:47 +0000 Subject: Switch to the new OPTIONS format. Reported by: bapt --- deskutils/tomboy/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'deskutils') diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index 9a1010ac7263..d12bc53f2608 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 -.if defined(WITH_APPLET) +.if ${PORT_OPTIONS:MAPPLET} CONFIGURE_ARGS+=--enable-panel-applet PLIST_SUB+= APPLET="" .else -- cgit