summaryrefslogtreecommitdiff
path: root/deskutils/xfce4-notifyd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/xfce4-notifyd/Makefile')
-rw-r--r--deskutils/xfce4-notifyd/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile
index e8f44494d5b5..51969b1b540c 100644
--- a/deskutils/xfce4-notifyd/Makefile
+++ b/deskutils/xfce4-notifyd/Makefile
@@ -4,8 +4,7 @@
# Support of GTK is checked at compile time and themes directories too.
PORTNAME= xfce4-notifyd
-PORTVERSION= 0.9.2
-PORTREVISION= 3
+PORTVERSION= 0.9.3
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
@@ -35,11 +34,11 @@ OPTIONS_SUB= yes
SOUND_DESC= Sound (audio) support via canberra
-SOUND_LIB_DEPENDS= libcanberra.so:audio/libcanberra \
- libcanberra-gtk3.so:audio/libcanberra-gtk3
-SOUND_CONFIGURE_ENABLE= sound
-
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
+SOUND_LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \
+ libcanberra.so:audio/libcanberra
+SOUND_CONFIGURE_ENABLE= sound
+
.include <bsd.port.mk>