diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-03-29 23:32:47 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-03-29 23:32:47 +0000 |
commit | ca648e4b80f148123e6b37753f9f73eb95b5313c (patch) | |
tree | f634b529bbbf5ee1299fe87f3b9112f6c010ca51 /dev-db/sqsh/sqsh-2.1.ebuild | |
parent | Initial import. #16307 (diff) | |
download | historical-ca648e4b80f148123e6b37753f9f73eb95b5313c.tar.gz historical-ca648e4b80f148123e6b37753f9f73eb95b5313c.tar.bz2 historical-ca648e4b80f148123e6b37753f9f73eb95b5313c.zip |
virtual/motif
Diffstat (limited to 'dev-db/sqsh/sqsh-2.1.ebuild')
-rw-r--r-- | dev-db/sqsh/sqsh-2.1.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-db/sqsh/sqsh-2.1.ebuild b/dev-db/sqsh/sqsh-2.1.ebuild index c90610586feb..722511f8f585 100644 --- a/dev-db/sqsh/sqsh-2.1.ebuild +++ b/dev-db/sqsh/sqsh-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.ebuild,v 1.4 2003/02/28 13:18:14 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.ebuild,v 1.5 2003/03/29 23:32:47 liquidx Exp $ S=${WORKDIR}/${P} DESCRIPTION="Replacement for the venerable 'isql' program supplied by Sybase." @@ -9,13 +9,7 @@ LICENSE="GPL-2" DEPEND="dev-db/freetds readline? ( sys-libs/readline ) X? ( x11-base/xfree ) - motif? ( x11-libs/openmotif ) - sys-devel/ld.so - virtual/glibc" -RDEPEND="dev-db/freetds - readline? ( sys-libs/readline ) - X? ( x11-base/xfree ) - motif? ( x11-libs/openmotif ) + motif? ( virtual/motif ) sys-devel/ld.so virtual/glibc" SLOT="0" |