svn commit: r419144 - head/sysutils/conky
Pawel Pekala
pawel at FreeBSD.org
Tue Jul 26 18:57:24 UTC 2016
Author: pawel
Date: Tue Jul 26 18:57:23 2016
New Revision: 419144
URL: https://svnweb.freebsd.org/changeset/ports/419144
Log:
Fix typo
Modified:
head/sysutils/conky/Makefile
Modified: head/sysutils/conky/Makefile
==============================================================================
--- head/sysutils/conky/Makefile Tue Jul 26 18:41:37 2016 (r419143)
+++ head/sysutils/conky/Makefile Tue Jul 26 18:57:23 2016 (r419144)
@@ -88,7 +88,7 @@ RSS_USE= gnome=glib20,libxml2
RSS_LIB_DEPENDS= libcurl.so:ftp/curl
X11_USE= xorg=x11,xext,xdamage,xfixes
-X11_CONFIGURE_ENABLE= X11 own-window
+X11_CONFIGURE_ENABLE= x11 own-window
X11_VARS= EXAMPLE_CONF_FILE=${WRKSRC}/data/conky.conf
X11_VARS_OFF= EXAMPLE_CONF_FILE=${WRKSRC}/data/conky_no_x11.conf
More information about the svn-ports-all
mailing list