diff options
author | 2006-02-15 05:29:16 +0000 | |
---|---|---|
committer | 2006-02-15 05:29:16 +0000 | |
commit | 27cc217ab3250aa0403faabb31e95ca853d06004 (patch) | |
tree | fd615b75835408e69cb19038daf42aa3aea9ac08 /app-arch/unzip/unzip-5.52-r1.ebuild | |
parent | Bump to 0.52.6 and added lsdvd dep to 0.97.6 (diff) | |
download | historical-27cc217ab3250aa0403faabb31e95ca853d06004.tar.gz historical-27cc217ab3250aa0403faabb31e95ca853d06004.tar.bz2 historical-27cc217ab3250aa0403faabb31e95ca853d06004.zip |
Robert Sebastian Gerus adds support for DragonFly BSD #122843.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'app-arch/unzip/unzip-5.52-r1.ebuild')
-rw-r--r-- | app-arch/unzip/unzip-5.52-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-arch/unzip/unzip-5.52-r1.ebuild b/app-arch/unzip/unzip-5.52-r1.ebuild index 6fca4263c1c7..866ba25dc6bc 100644 --- a/app-arch/unzip/unzip-5.52-r1.ebuild +++ b/app-arch/unzip/unzip-5.52-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52-r1.ebuild,v 1.4 2005/12/31 13:25:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52-r1.ebuild,v 1.5 2006/02/15 05:29:16 vapier Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -35,6 +35,7 @@ src_compile() { case ${CHOST} in i?86*-linux*) TARGET=linux_asm ;; *-linux*) TARGET=linux_noasm ;; + *-dragonfly*) TARGET=freebsd ;; *-freebsd*) TARGET=freebsd ;; *-openbsd*) TARGET=bsd ;; *-darwin*) TARGET=macosx ;; |