diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-01-25 04:54:16 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-01-25 04:54:16 +0800 |
commit | 7b3e0e2b854dc3ad1cdc9aafc8c57f6dff5b0ac7 (patch) | |
tree | f7d33087e5488e103aedcfe421c6e04d20a2da4a /deskutils/xfce4-notifyd/Makefile | |
parent | c57994080071025a5c8519a57159bc2d6236721b (diff) | |
download | freebsd-ports-gnome-7b3e0e2b854dc3ad1cdc9aafc8c57f6dff5b0ac7.tar.gz freebsd-ports-gnome-7b3e0e2b854dc3ad1cdc9aafc8c57f6dff5b0ac7.tar.zst freebsd-ports-gnome-7b3e0e2b854dc3ad1cdc9aafc8c57f6dff5b0ac7.zip |
- Remove unneeded patch
- Add USES=gnome
- Sort USE_GNOME
- Use CONFIGURE_ENABLE to cotrol NLS option
- Some cosmetic changes
PR: 235127
Approved by: ehaupt (maintainer)
Diffstat (limited to 'deskutils/xfce4-notifyd/Makefile')
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index 722ff75bead4..c89c28835f42 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -20,8 +20,9 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus -USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3 -USE_GNOME= gtk30 glib20 cairo intltool +USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \ + xfce:gtk3 +USE_GNOME= cairo gtk30 glib20 intltool USE_XFCE= libutil panel USE_XORG= ice sm x11 @@ -29,10 +30,11 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS -NLS_USES= gettext-runtime -NLS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime # requires libxfce4panel-2.0 >= 4.13.0 (development version) PORTSCOUT= skipv:0.4.3 |