diff options
author | 2004-06-01 19:38:21 +0000 | |
---|---|---|
committer | 2004-06-01 19:38:21 +0000 | |
commit | cff140f5452546c346a97165268ee11605a32be6 (patch) | |
tree | b83303e3fbd284e18e781a47a5704a6c08c4c876 /x11-misc/xcalendar/xcalendar-4.0.ebuild | |
parent | Fix depends. (Manifest recommit) (diff) | |
download | gentoo-2-cff140f5452546c346a97165268ee11605a32be6.tar.gz gentoo-2-cff140f5452546c346a97165268ee11605a32be6.tar.bz2 gentoo-2-cff140f5452546c346a97165268ee11605a32be6.zip |
Add IUSE=
Diffstat (limited to 'x11-misc/xcalendar/xcalendar-4.0.ebuild')
-rw-r--r-- | x11-misc/xcalendar/xcalendar-4.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/xcalendar/xcalendar-4.0.ebuild b/x11-misc/xcalendar/xcalendar-4.0.ebuild index b6a19d1a16a3..7a7f79e08344 100644 --- a/x11-misc/xcalendar/xcalendar-4.0.ebuild +++ b/x11-misc/xcalendar/xcalendar-4.0.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/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.8 2004/04/27 20:52:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.9 2004/06/01 19:33:46 tseng Exp $ inherit eutils @@ -12,6 +12,7 @@ SRC_URI="ftp://daemon.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/${P}+i1 SLOT="0" LICENSE="as-is" KEYWORDS="x86 alpha" +IUSE="" DEPEND="virtual/x11 motif? ( x11-libs/openmotif )" |