diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-23 16:26:12 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-23 16:26:12 +0000 |
commit | edc2cddf331f6b33872bedc2b18d8f99d27bb498 (patch) | |
tree | 895e627d9e71b8850d04a52bcca7164c211b2ee2 /emulators/atari800/Makefile | |
parent | 83150a9211f2cb2a51c297e96f49090c7b1b7686 (diff) | |
download | pkgsrc-edc2cddf331f6b33872bedc2b18d8f99d27bb498.tar.gz |
add a bunch of NO_CDROM where appropriate
Diffstat (limited to 'emulators/atari800/Makefile')
-rw-r--r-- | emulators/atari800/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 88f0b54112f..e9685503747 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/10/21 07:45:47 garbled Exp $ +# $NetBSD: Makefile,v 1.3 1999/11/23 16:26:12 hubertf Exp $ DISTNAME= Atari800-0.9.9a PKGNAME= atari800-0.9.9a @@ -14,6 +14,7 @@ BUILD_DEPENDS= unzip:../../archivers/unzip USE_X11= yes RESTRICTED= "copyrighted ROM images" +NO_CDROM= ${RESTRICTED} MIRROR_DISTFILE=no EXTRACT_CMD= unzip -Loq ${DOWNLOADED_DISTFILE} |