diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-07 22:03:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-07 22:03:50 +0000 |
commit | 8cbbd5740e5ed83a29d44e327a1b080a7d652e8c (patch) | |
tree | f4845f936657c11b75aa0376be3bd55cf662fd55 | |
parent | a8173d0171701d53362385dcee45114b7123cb84 (diff) | |
download | pkgsrc-8cbbd5740e5ed83a29d44e327a1b080a7d652e8c.tar.gz |
This package doesn't really depend on p5-XML-Parser.. it only needed it
for intltool. Bump the PKGREVISION for the changed dependencies.
-rw-r--r-- | misc/gxmame/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/gxmame/Makefile b/misc/gxmame/Makefile index 6cfedcebdd7..48b4309ad48 100644 --- a/misc/gxmame/Makefile +++ b/misc/gxmame/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2006/07/06 14:45:38 abs Exp $ +# $NetBSD: Makefile,v 1.22 2006/07/07 22:03:50 jlam Exp $ # DISTNAME= gxmame-0.35beta1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gxmame/} @@ -11,7 +11,6 @@ HOMEPAGE= http://gxmame.sourceforge.net/ COMMENT= Frontend for XMame using the GTK2 library DEPENDS+= xmame>=0.87:../../emulators/xmame -DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 |