diff options
author | Romain Tartière <romain@FreeBSD.org> | 2013-01-11 09:06:47 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2013-01-11 09:06:47 +0000 |
commit | 16cce0225c9c7864ea8caea444081727e8ced851 (patch) | |
tree | 2a8e980cc13e1a8c364d8da2af4aca95a1eb7629 /deskutils/tomboy | |
parent | 7fb85e48b708346ee9cfef98d9103b03469a8ad0 (diff) | |
download | ports-16cce0225c9c7864ea8caea444081727e8ced851.tar.gz ports-16cce0225c9c7864ea8caea444081727e8ced851.zip |
Notes
Diffstat (limited to 'deskutils/tomboy')
-rw-r--r-- | deskutils/tomboy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 <bsd.port.pre.mk> -.if defined(WITH_APPLET) +.if ${PORT_OPTIONS:MAPPLET} CONFIGURE_ARGS+=--enable-panel-applet PLIST_SUB+= APPLET="" .else |