aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2018-10-28 15:14:32 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2018-10-28 15:14:32 +0000
commit998e54ab40a684723f4cf510c1583d07b26946ec (patch)
treeacc542ff8c7e61ba8f1eac7cc631dfdb9eb47245 /deskutils
parent7da4b106fb286afc140f812959826092d4137157 (diff)
downloadports-998e54ab40a684723f4cf510c1583d07b26946ec.tar.gz
ports-998e54ab40a684723f4cf510c1583d07b26946ec.zip
- Define PORTSCOUT skipv for porticular release that requires a development
version of xfce4-panel - While here, pacify portlint
Notes
Notes: svn path=/head/; revision=483305
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/xfce4-notifyd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile
index 30b9a48cca87..722ff75bead4 100644
--- a/deskutils/xfce4-notifyd/Makefile
+++ b/deskutils/xfce4-notifyd/Makefile
@@ -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
@@ -33,4 +34,7 @@ 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>