diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-01-25 21:41:49 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-01-25 21:42:36 -0800 |
commit | b82a2f0a167fe2799209b30ef6d9c1d7ef90d913 (patch) | |
tree | f18c1344eb578c01269d65a9170287f79c2daf61 /x11-apps/xlogo | |
parent | x11-apps/xeyes: s/CONFIGURE_OPTIONS/XORG_CONFIGURE_OPTIONS/ (diff) | |
download | gentoo-b82a2f0a167fe2799209b30ef6d9c1d7ef90d913.tar.gz gentoo-b82a2f0a167fe2799209b30ef6d9c1d7ef90d913.tar.bz2 gentoo-b82a2f0a167fe2799209b30ef6d9c1d7ef90d913.zip |
x11-apps/xlogo: s/CONFIGURE_OPTIONS/XORG_CONFIGURE_OPTIONS/
Diffstat (limited to 'x11-apps/xlogo')
-rw-r--r-- | x11-apps/xlogo/xlogo-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xlogo/xlogo-1.0.4.ebuild b/x11-apps/xlogo/xlogo-1.0.4.ebuild index 5c581f67033c..5cc940b9a940 100644 --- a/x11-apps/xlogo/xlogo-1.0.4.ebuild +++ b/x11-apps/xlogo/xlogo-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,4 +21,4 @@ RDEPEND="x11-libs/libXrender x11-libs/libX11" DEPEND="${RDEPEND}" -CONFIGURE_OPTIONS="--with-render" +XORG_CONFIGURE_OPTIONS="--with-render" |