diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-11-07 21:13:23 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-11-07 21:13:23 +0000 |
commit | f2209b09eade4c234369f598d93f2f930a7c7290 (patch) | |
tree | 81d7cea860997f8fa63fbbab8d30ccc8c01ff3b9 /misc/gxmame/Makefile | |
parent | aabf855a3c163ef311b78de454bcbfe0b975a906 (diff) | |
download | pkgsrc-f2209b09eade4c234369f598d93f2f930a7c7290.tar.gz |
Make this work with xmame 0.87 by applying patches from Miguel Mendez
in PR 27090 (with a minor tweak for issues from yesterday's update
of the xmame pkg.)
This does also solve part of PR 27011.
Bump PKGREVISION.
Diffstat (limited to 'misc/gxmame/Makefile')
-rw-r--r-- | misc/gxmame/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/gxmame/Makefile b/misc/gxmame/Makefile index a3be2588458..9d5dfb1314e 100644 --- a/misc/gxmame/Makefile +++ b/misc/gxmame/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.8 2004/10/03 00:12:59 tv Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/07 21:13:23 kristerw Exp $ # DISTNAME= gxmame-0.34b -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gxmame/} -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= flynn@energyhq.es.eu.org HOMEPAGE= http://gxmame.sourceforge.net/ COMMENT= Frontend for XMame using the GTK2 library BUILD_USES_MSGFMT= yes -DEPENDS+= xmame-[0-9]*:../../emulators/xmame +DEPENDS+= xmame>=0.87:../../emulators/xmame GNU_CONFIGURE= yes USE_BUILDLINK3= yes |