diff options
author | jlam <jlam> | 2006-07-07 22:03:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-07 22:03:50 +0000 |
commit | 8aa99bcfb248ef087acb15568ab9e49ea4184019 (patch) | |
tree | f4845f936657c11b75aa0376be3bd55cf662fd55 /misc | |
parent | 26c2367ebece689bc0bfdd55b57f452ef76fcb6a (diff) | |
download | pkgsrc-8aa99bcfb248ef087acb15568ab9e49ea4184019.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.
Diffstat (limited to 'misc')
-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 |