diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-30 21:03:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-30 21:03:47 +0000 |
commit | 3561c82c83d9f80d72d6516aa877ff9868e58122 (patch) | |
tree | 1cd1580552ff5918e89e15f773456c8b1e3fc271 /emulators/vice/Makefile | |
parent | - Update to version 2.2.3 (diff) |
- use INFO
- Fix x64 sound problmes (gcc bug) in STABLE
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r-- | emulators/vice/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index b2da8913eb7b..b4aa9ece2378 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -6,6 +6,7 @@ PORTNAME= vice PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ .if defined(VICE_WITH_GNOME) @@ -24,6 +25,7 @@ RESTRICTED= ROMs are copyrighted by Commodore Business Machines USE_XPM= yes GNU_CONFIGURE= yes MAKE_ENV+= MAKEINFOFLAGS="--no-split" +USE_GCC= 3.2 .if defined(VICE_WITH_GNOME) USE_GNOME= gnomelibs @@ -32,6 +34,7 @@ CONFIGURE_ARGS= --enable-gnomeui CONFIGURE_ARGS= --with-xaw3d .endif +INFO= vice MAN1= vice.1 c1541.1 petcat.1 MLINKS= vice.1 x64.1 \ vice.1 x128.1 \ |