diff options
author | George Shapovalov <george@gentoo.org> | 2002-05-15 16:56:35 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-05-15 16:56:35 +0000 |
commit | 88a2d9db0634712e5e01457080ab2267434c81c8 (patch) | |
tree | d3f71b3fdb960ae01fbfda19d79aa3d62b97002d /x11-misc/accessx | |
parent | Adding digest. (diff) | |
download | historical-88a2d9db0634712e5e01457080ab2267434c81c8.tar.gz historical-88a2d9db0634712e5e01457080ab2267434c81c8.tar.bz2 historical-88a2d9db0634712e5e01457080ab2267434c81c8.zip |
updated LICENSE info for the tool
Diffstat (limited to 'x11-misc/accessx')
-rw-r--r-- | x11-misc/accessx/accessx-0950.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-misc/accessx/accessx-0950.ebuild b/x11-misc/accessx/accessx-0950.ebuild index 68127316a72f..083f81f33528 100644 --- a/x11-misc/accessx/accessx-0950.ebuild +++ b/x11-misc/accessx/accessx-0950.ebuild @@ -1,7 +1,7 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author John Stalker <stalker@math.princeton.edu> -# /space/gentoo/cvsroot/gentoo-x86/x11-misc/xsnow/xsnow-1.42.ebuild,v 1.1 2002/02/02 20:59:53 agriffis Exp +# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0950.ebuild,v 1.2 2002/05/15 16:56:35 george Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Interface to the XKEYBOARD extension in X11" @@ -9,6 +9,9 @@ SRC_URI="http://cmos-eng.rehab.uiuc.edu/accessx/software/${PN}${PV}.tar.gz" HOMEPAGE="http://cmos-eng.rehab.uiuc.edu/accessx/" DEPEND="virtual/x11" +RDEPEND="${DEPEND}" + +LICENSE=GPL-2 src_compile() { make || die |