diff options
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/unzip-6.0-r3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-arch/unzip/unzip-6.0-r3.ebuild b/app-arch/unzip/unzip-6.0-r3.ebuild index a1ea7610bec..3a1d0019394 100644 --- a/app-arch/unzip/unzip-6.0-r3.ebuild +++ b/app-arch/unzip/unzip-6.0-r3.ebuild @@ -51,6 +51,7 @@ src_compile() { i?86*-dragonfly*) TARGET=freebsd ;; # mislabelled bsd with x86 asm *bsd* | *dragonfly*) TARGET=bsd ;; *-darwin*) TARGET=macosx ;; + *-cygwin*) TARGET=cygwin ;; *) die "Unknown target, you suck" ;; esac |