diff options
Diffstat (limited to 'sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild')
-rw-r--r-- | sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild b/sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild index 881be303af6c..9615d1b30f04 100644 --- a/sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild +++ b/sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild,v 1.3 2012/05/04 11:36:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild,v 1.4 2013/01/12 10:16:23 ulm Exp $ inherit bsdmk freebsd flag-o-matic multilib DESCRIPTION="Contributed sources for FreeBSD." +SRC_URI="mirror://gentoo/${GNU}.tar.bz2 + mirror://gentoo/${P}.tar.bz2" + +LICENSE="BSD GPL-2+ libodialog" SLOT="0" KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -LICENSE="BSD GPL-2 as-is" - IUSE="" -SRC_URI="mirror://gentoo/${GNU}.tar.bz2 - mirror://gentoo/${P}.tar.bz2" - RDEPEND="" DEPEND="=sys-freebsd/freebsd-sources-${RV}* =sys-freebsd/freebsd-mk-defs-${RV}*" |