diff options
Diffstat (limited to 'app-misc/realpath/realpath-1.15.ebuild')
-rw-r--r-- | app-misc/realpath/realpath-1.15.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/realpath/realpath-1.15.ebuild b/app-misc/realpath/realpath-1.15.ebuild index 748e350a6d5c..6d90210929e3 100644 --- a/app-misc/realpath/realpath-1.15.ebuild +++ b/app-misc/realpath/realpath-1.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15.ebuild,v 1.2 2010/04/01 17:14:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15.ebuild,v 1.3 2011/01/01 08:44:48 jlec Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -15,6 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="nls" +DEPEND="sys-devel/gettext" RDEPEND="!sys-freebsd/freebsd-bin" src_unpack() { |