diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-01-19 19:58:16 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-01-19 19:58:16 +0000 |
commit | ebbb4819630d87d3640a20542b15ebb5f00d7631 (patch) | |
tree | 75db0117c76736a1995bf27457df6e6eb552a6af /net-print/mtink/mtink-1.0.9.ebuild | |
parent | new version, nicified install (diff) | |
download | gentoo-2-ebbb4819630d87d3640a20542b15ebb5f00d7631.tar.gz gentoo-2-ebbb4819630d87d3640a20542b15ebb5f00d7631.tar.bz2 gentoo-2-ebbb4819630d87d3640a20542b15ebb5f00d7631.zip |
modular deps
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-print/mtink/mtink-1.0.9.ebuild')
-rw-r--r-- | net-print/mtink/mtink-1.0.9.ebuild | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/net-print/mtink/mtink-1.0.9.ebuild b/net-print/mtink/mtink-1.0.9.ebuild index 7633fbf93bd9..b04a8403f965 100644 --- a/net-print/mtink/mtink-1.0.9.ebuild +++ b/net-print/mtink/mtink-1.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.9.ebuild,v 1.3 2005/10/22 22:01:29 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.9.ebuild,v 1.4 2006/01/19 19:58:16 genstef Exp $ inherit eutils @@ -12,8 +12,16 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="cups doc X" -DEPEND="X? ( x11-libs/openmotif virtual/x11 ) - cups? ( net-print/cups )" +DEPEND="X? ( + || ( + ( x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXt ) + virtual/x11 + ) + ) + cups? ( net-print/cups ) + dev-libs/libusb" src_compile() { local mytargets |