diff options
author | 2004-01-11 13:50:09 +0000 | |
---|---|---|
committer | 2004-01-11 13:50:09 +0000 | |
commit | 6bafe6e878cc73c93c33733398f024dc69699d41 (patch) | |
tree | bf6728b1224faf7e5d0df21c2b352b392a3d8916 /media-radio/xastir/xastir-1.2.0.ebuild | |
parent | fixed motif dep; removed old versions (diff) | |
download | gentoo-2-6bafe6e878cc73c93c33733398f024dc69699d41.tar.gz gentoo-2-6bafe6e878cc73c93c33733398f024dc69699d41.tar.bz2 gentoo-2-6bafe6e878cc73c93c33733398f024dc69699d41.zip |
fixed motif dep
Diffstat (limited to 'media-radio/xastir/xastir-1.2.0.ebuild')
-rw-r--r-- | media-radio/xastir/xastir-1.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-radio/xastir/xastir-1.2.0.ebuild b/media-radio/xastir/xastir-1.2.0.ebuild index aa644870281c..af2b4a98e5bc 100644 --- a/media-radio/xastir/xastir-1.2.0.ebuild +++ b/media-radio/xastir/xastir-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.2.0.ebuild,v 1.3 2003/09/11 01:39:53 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.2.0.ebuild,v 1.4 2004/01/11 13:49:14 lanius Exp $ DESCRIPTION="XASTIR" HOMEPAGE="http://xastir.sourceforge.net/" @@ -12,7 +12,7 @@ KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc - virtual/motif" + x11-libs/openmotif" src_compile() { cd ${S} |