svn commit: r483305 - head/deskutils/xfce4-notifyd
Emanuel Haupt
ehaupt at FreeBSD.org
Sun Oct 28 15:14:34 UTC 2018
Author: ehaupt
Date: Sun Oct 28 15:14:32 2018
New Revision: 483305
URL: https://svnweb.freebsd.org/changeset/ports/483305
Log:
- Define PORTSCOUT skipv for porticular release that requires a development
version of xfce4-panel
- While here, pacify portlint
Modified:
head/deskutils/xfce4-notifyd/Makefile
Modified: head/deskutils/xfce4-notifyd/Makefile
==============================================================================
--- head/deskutils/xfce4-notifyd/Makefile Sun Oct 28 15:06:31 2018 (r483304)
+++ head/deskutils/xfce4-notifyd/Makefile Sun Oct 28 15:14:32 2018 (r483305)
@@ -21,10 +21,11 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \
libdbus-1.so:devel/dbus
USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3
-GNU_CONFIGURE= yes
USE_GNOME= gtk30 glib20 cairo intltool
USE_XFCE= libutil panel
USE_XORG= ice sm x11
+
+GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
@@ -32,5 +33,8 @@ OPTIONS_DEFINE= NLS
NLS_USES= gettext-runtime
NLS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure
OPTIONS_SUB= yes
+
+# requires libxfce4panel-2.0 >= 4.13.0 (development version)
+PORTSCOUT= skipv:0.4.3
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list