summaryrefslogtreecommitdiffstats
path: root/x11/zenity3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/zenity3/Makefile')
-rw-r--r--x11/zenity3/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/x11/zenity3/Makefile b/x11/zenity3/Makefile
index daa4ec2ae..1d6d899eb 100644
--- a/x11/zenity3/Makefile
+++ b/x11/zenity3/Makefile
@@ -3,7 +3,7 @@
# $MCom$
PORTNAME= zenity
-PORTVERSION= 3.8.0
+PORTVERSION= 3.12.1
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX= 3
@@ -27,14 +27,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NOTIFY
OPTIONS_DEFAULT=NOTIFY
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNOTIFY}
-LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify
-CONFIGURE_ARGS+= --enable-libnotify
-.else
-CONFIGURE_ARGS+= --disable-libnotify
-.endif
+NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
+NOTIFY_CONFIGURE_ENABLE=libnotify
.include <bsd.port.mk>