diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-03-05 22:52:30 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-03-05 22:52:30 +0000 |
commit | 86e4cb7cb047c17951de23b2ebea9c14d0f76af2 (patch) | |
tree | 0f1a4d58acfbb6944387e341f218a018154dc4ad /deskutils/xfce4-notification-daemon | |
parent | 507a1eba6aabfd52efceabca5986a46398cfa02f (diff) |
Notes
Diffstat (limited to 'deskutils/xfce4-notification-daemon')
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 1e2fe99d2de3..0146f41c0e42 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -3,7 +3,7 @@ PORTNAME= notification-daemon PORTVERSION= 0.3.7 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= deskutils xfce MASTER_SITES= LOCAL/ehaupt/ PKGNAMEPREFIX= xfce4- @@ -22,10 +22,10 @@ RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= gmake libtool pkgconfig tar:bzip2 +USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2 USE_GNOME= librsvg2 USE_LDCONFIG= yes -USE_XFCE= configenv libutil libgui +USE_XFCE= libgui CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \ --libexecdir=${PREFIX}/libexec/xfce4 \ @@ -43,7 +43,7 @@ OPTIONS_DEFAULT=CLOSE NLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USES+= gettext +USES+= gettext-runtime PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " |