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 | 040a7efb08b084a962a0804fd58ee4c78a9c209b (patch) | |
tree | 1fdc31f6cf77e07cdda26c4a475f4b87f8f8bd05 /emulators | |
parent | c6517f4fdb38bd102955e829e3cee24b9cd093e5 (diff) | |
download | pkgsrc-040a7efb08b084a962a0804fd58ee4c78a9c209b.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 |