blob: b94b95e9d13813011ebf86abd807a4792409d3f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 2003 Gentoo Technologies, Inc.
# Distruibuted under the terms of the GNU General Public License, v2.
# $Header: /var/cvsroot/gentoo-x86/media-libs/xpm/xpm-3.4k-r2.ebuild,v 1.1 2003/06/13 00:17:29 seemant Exp $
# Note that this is a dummy package. It's just a placeholder. If the
# package which needs xpm needs xfree, it doesn't need xpm, because xfree
# provides xpm. This placeholder is only here if it is a non-X package
# which needs spm,
DESCRIPTION="xpm is provided by xfree. This is a dummy"
RDEPEND="virtual/x11"
|