Index: head/deskutils/xfce4-notifyd/files/extra-patch-configure =================================================================== --- head/deskutils/xfce4-notifyd/files/extra-patch-configure (revision 491117) +++ head/deskutils/xfce4-notifyd/files/extra-patch-configure (nonexistent) @@ -1,20 +0,0 @@ ---- configure.orig 2016-11-09 22:20:54 UTC -+++ configure -@@ -5771,7 +5771,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld - $as_echo_n "checking whether NLS is requested... " >&6; } - # Check whether --enable-nls was given. - if test "${enable_nls+set}" = set; then : -- enableval=$enable_nls; USE_NLS=$enableval -+ enableval=$enable_nls; USE_NLS=no - else - USE_NLS=yes - fi -@@ -13772,7 +13772,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >> - - fi - fi -- USE_NLS=yes -+# USE_NLS=yes - - - gt_cv_have_gettext=no Property changes on: head/deskutils/xfce4-notifyd/files/extra-patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/deskutils/xfce4-notifyd/Makefile =================================================================== --- head/deskutils/xfce4-notifyd/Makefile (revision 491117) +++ head/deskutils/xfce4-notifyd/Makefile (revision 491118) @@ -1,40 +1,42 @@ # Created by: Emanuel Haupt # $FreeBSD$ # # !!!NOTE!!! Update of x11-toolkits/gtk30 (specially >= 3.20.x) must be # accompanied by PORTREVISION bumps of this port. # Support of GTK+ is checked at compile time and themes directories too. PORTNAME= xfce4-notifyd PORTVERSION= 0.4.2 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= ehaupt@FreeBSD.org COMMENT= Visually-appealing notification daemon for Xfce LICENSE= GPLv3 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 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 .include