diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-07-30 20:32:01 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-07-30 20:32:01 +0000 |
commit | 67a60f877fcb5f515ecd32df04aa2d858fda1284 (patch) | |
tree | e905d52c0cd2c0299f3b72a39986cb4bfc4bbf0b /emulators/vice/Makefile | |
parent | 646bc1bc385a82b7d398868342d4a74cd8a0d23e (diff) | |
download | pkgsrc-67a60f877fcb5f515ecd32df04aa2d858fda1284.tar.gz |
Make the emulator work when vidmode extension cannot be used.
Bump PKGREVISION.
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r-- | emulators/vice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 5ff695d4f15..f6db4f5caea 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2004/07/26 17:22:40 dillo Exp $ +# $NetBSD: Makefile,v 1.47 2004/07/30 20:32:01 kristerw Exp $ # DISTNAME= vice-1.14 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ \ http://www.nic.funet.fi/pub/cbm/crossplatform/emulators/VICE/ |