diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-27 20:15:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-27 20:15:34 +0000 |
commit | a37eb0a261bd5df01eeb130aefa47524e434a751 (patch) | |
tree | 7aeebb645f9696fb98a29659cb44bcd2ac697594 /emulators/MAMEDiff/Makefile | |
parent | 0a57fee06f1a311b766ab921bf26098186cf7c3e (diff) | |
download | pkgsrc-a37eb0a261bd5df01eeb130aefa47524e434a751.tar.gz |
Update to 2.18:
17/09/2005 *** v2.18 ***
- Uses DatLib v2.7.
- Compiled with zlib 1.3.
- Improved Neo-Geo handling for the Nebula driver.
- Improved 'romof' handling for RomCenter 2 driver (during loading).
31/08/2005 *** v2.17 ***
- Uses DatLib v2.6.
- Fixed a 'hang' that occurred with circular cloneof relationships.
Diffstat (limited to 'emulators/MAMEDiff/Makefile')
-rw-r--r-- | emulators/MAMEDiff/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/MAMEDiff/Makefile b/emulators/MAMEDiff/Makefile index 5b7613b1f7a..309c7b44d44 100644 --- a/emulators/MAMEDiff/Makefile +++ b/emulators/MAMEDiff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:50 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/27 20:15:34 wiz Exp $ # -DISTNAME= mdiff216 -PKGNAME= MAMEDiff-2.16 +DISTNAME= mdiff218 +PKGNAME= MAMEDiff-2.18 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/MAMEDiff/ EXTRACT_SUFX= .zip @@ -18,6 +18,8 @@ BUILD_TARGET= mamediff EXTRACT_CMD_OPTS.zip= -Laaqo INSTALLATION_DIRS= bin +BUILDLINK_DEPENDS.DatLib+= DatLib>=2.7 + post-extract: ${MKDIR} ${WRKSRC}/obj |