diff options
author | pawel <pawel@FreeBSD.org> | 2016-07-27 02:57:23 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-07-27 02:57:23 +0800 |
commit | fdac2ac08aa5e5994e69118ffa448cf4868364e9 (patch) | |
tree | 2aa9774428bc448cae6253feb2d199ef27dbd89e /sysutils | |
parent | 09750701d2ca7e4c05c104121c9bf559462fe9c9 (diff) | |
download | freebsd-ports-gnome-fdac2ac08aa5e5994e69118ffa448cf4868364e9.tar.gz freebsd-ports-gnome-fdac2ac08aa5e5994e69118ffa448cf4868364e9.tar.zst freebsd-ports-gnome-fdac2ac08aa5e5994e69118ffa448cf4868364e9.zip |
Fix typo
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/conky/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index 72b666d4febd..135b4a7eddb6 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -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 |