diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-21 19:44:58 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-21 19:44:58 +0000 |
commit | 25bccf4dccd37abf246c6d596cb09572e4a2a20d (patch) | |
tree | 3b109f982ad9f9b5755cf543c6dcba5c83bf4fe6 /dev-db/unixODBC | |
parent | Made a small fix, to get unmerge working again (diff) | |
download | historical-25bccf4dccd37abf246c6d596cb09572e4a2a20d.tar.gz historical-25bccf4dccd37abf246c6d596cb09572e4a2a20d.tar.bz2 historical-25bccf4dccd37abf246c6d596cb09572e4a2a20d.zip |
Some dependencies and autobuild fixes
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/unixODBC-1.8.13.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/unixODBC/unixODBC-1.8.13.ebuild b/dev-db/unixODBC/unixODBC-1.8.13.ebuild index cedfdc0fb3e2..7f823df862cd 100644 --- a/dev-db/unixODBC/unixODBC-1.8.13.ebuild +++ b/dev-db/unixODBC/unixODBC-1.8.13.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-1.8.13.ebuild,v 1.1 2000/11/16 22:05:43 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-1.8.13.ebuild,v 1.2 2000/11/21 19:44:58 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,8 @@ DESCRIPTION="ODBC Interface for Linux" SRC_URI="http://www.unixodbc.org/${A}" HOMEPAGE="http://www.unixodbc.org" +DEPEND=">=kde-base/qt-2" + src_unpack() { unpack ${A} |