diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 18:22:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 18:22:57 +0000 |
commit | 2aee708a3f3885abbb1749ea4bebb9114ebf8aae (patch) | |
tree | 1fdc31f6cf77e07cdda26c4a475f4b87f8f8bd05 /emulators | |
parent | bb72166dce234ba6350fe3aa73907650c934792a (diff) | |
download | pkgsrc-2aee708a3f3885abbb1749ea4bebb9114ebf8aae.tar.gz |
This package uses gzip and gunzip during build & installation.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 43dd0aa06cc..2134caea4a0 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/02/11 22:28:42 reed Exp $ +# $NetBSD: Makefile,v 1.39 2005/05/16 18:22:57 jlam Exp $ DISTNAME= bochs-2.1.1 PKGREVISION= 1 @@ -11,6 +11,7 @@ COMMENT= i386 machine emulator capable of running DOS/Windows GNU_CONFIGURE= yes USE_GNU_TOOLS+= make +USE_TOOLS+= gunzip gzip USE_LANGUAGES= c c++ ONLY_FOR_COMPILER= gcc |