diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-03-15 15:55:13 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-03-15 15:55:13 +0000 |
commit | d5c9737e0aec949d65c04254e51f29e277605e39 (patch) | |
tree | 7abcdeb2e63b10ae4903dd4deb08dcc76ef60a18 /misc/gxmame/Makefile | |
parent | b1b3f30c39273808217480e090f391c691cc9f04 (diff) | |
download | pkgsrc-d5c9737e0aec949d65c04254e51f29e277605e39.tar.gz |
Update to 0.35beta1, provided by Miguel Mendez (maintainer) in PR
pkg/29675, this version works with our current xmame package, so
pkg/27011 has been fixed too.
Diffstat (limited to 'misc/gxmame/Makefile')
-rw-r--r-- | misc/gxmame/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/gxmame/Makefile b/misc/gxmame/Makefile index 719ef4de2f1..57dc4d64c56 100644 --- a/misc/gxmame/Makefile +++ b/misc/gxmame/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/12/29 09:50:00 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2005/03/15 15:55:13 xtraeme Exp $ # -DISTNAME= gxmame-0.34b -PKGREVISION= 4 +DISTNAME= gxmame-0.35beta1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gxmame/} @@ -12,6 +11,7 @@ COMMENT= Frontend for XMame using the GTK2 library BUILD_USES_MSGFMT= yes DEPENDS+= xmame>=0.87:../../emulators/xmame +DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser GNU_CONFIGURE= yes USE_BUILDLINK3= yes @@ -22,5 +22,6 @@ USE_X11= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |