diff options
Diffstat (limited to 'emulators/DatUtil/Makefile')
-rw-r--r-- | emulators/DatUtil/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile index 00a7408e6c5..deee8c9528f 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:50 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/27 20:15:17 wiz Exp $ # -DISTNAME= dutil217 -PKGNAME= DatUtil-2.17 +DISTNAME= dutil219 +PKGNAME= DatUtil-2.19 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatUtil/ EXTRACT_SUFX= .zip @@ -17,10 +17,10 @@ MAKEFILE= makefile BUILD_TARGET= datutil EXTRACT_CMD_OPTS.zip= -Laaqo -BUILDLINK_DEPENDS.DatLib+= DatLib>=2.4 - INSTALLATION_DIRS= bin +BUILDLINK_DEPENDS.DatLib+= DatLib>=2.7 + post-extract: ${MKDIR} ${WRKSRC}/obj |