diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 15:47:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 15:47:24 +0000 |
commit | 79b2d3a2f62d206c59688aac6dfcbe181f393480 (patch) | |
tree | 40e6f86f77aa9c09e071c2b8ce3ffd2d4924c17e /dev-db/unixODBC/unixODBC-2.2.6.ebuild | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-79b2d3a2f62d206c59688aac6dfcbe181f393480.tar.gz gentoo-2-79b2d3a2f62d206c59688aac6dfcbe181f393480.tar.bz2 gentoo-2-79b2d3a2f62d206c59688aac6dfcbe181f393480.zip |
Fix use invocation
Diffstat (limited to 'dev-db/unixODBC/unixODBC-2.2.6.ebuild')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.2.6.ebuild b/dev-db/unixODBC/unixODBC-2.2.6.ebuild index 96aacd656ecd..e80097f80bb1 100644 --- a/dev-db/unixODBC/unixODBC-2.2.6.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6.ebuild,v 1.9 2004/03/23 09:15:10 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6.ebuild,v 1.10 2004/06/02 15:47:24 agriffis Exp $ DESCRIPTION="ODBC Interface for Linux" HOMEPAGE="http://www.unixodbc.org/" @@ -20,7 +20,7 @@ DEPEND="virtual/glibc src_compile() { local myconf - if [ "`use qt`" ] + if use qt then myconf="--enable-gui=yes" else @@ -34,7 +34,7 @@ src_compile() { make || die - if [ "`use gnome`" ] + if use gnome then # Symlink for configure ln -s ${S}/odbcinst/.libs ./lib @@ -58,7 +58,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - if [ "`use gnome`" ] + if use gnome then cd gODBCConfig make DESTDIR=${D} install || die |