svn commit: r496710 - head/x11/xfce4-taskmanager
Guido Falsi
madpilot at FreeBSD.org
Sun Mar 24 09:48:53 UTC 2019
Author: madpilot
Date: Sun Mar 24 09:48:51 2019
New Revision: 496710
URL: https://svnweb.freebsd.org/changeset/ports/496710
Log:
Don't mix wnck and wnck3 options in CONFIGURE_ARGS.
PR: 236733
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
Modified:
head/x11/xfce4-taskmanager/Makefile
Modified: head/x11/xfce4-taskmanager/Makefile
==============================================================================
--- head/x11/xfce4-taskmanager/Makefile Sun Mar 24 09:45:48 2019 (r496709)
+++ head/x11/xfce4-taskmanager/Makefile Sun Mar 24 09:48:51 2019 (r496710)
@@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS+= --disable-silent-rules --disable-gksu \
- --enable-wnck3 --enable-wnck --disable-gtk2
+ --enable-wnck3 --disable-wnck --disable-gtk2
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
More information about the svn-ports-head
mailing list