diff options
author | jmmv <jmmv> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-03-08 19:40:36 +0000 |
commit | 86c13741d5aac3e7554ae1450f434384bccf09e2 (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /misc/gxmame | |
parent | ea5eb9df0c476c06390c6b0f9497fdd0c4d8cd1e (diff) | |
download | pkgsrc-86c13741d5aac3e7554ae1450f434384bccf09e2.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'misc/gxmame')
-rw-r--r-- | misc/gxmame/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gxmame/Makefile b/misc/gxmame/Makefile index b69f0182f33..f7784111ae6 100644 --- a/misc/gxmame/Makefile +++ b/misc/gxmame/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2004/01/24 14:11:10 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/03/08 19:40:40 jmmv Exp $ # DISTNAME= gxmame-0.34b -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gxmame/} @@ -11,7 +11,7 @@ HOMEPAGE= http://gxmame.sourceforge.net/ COMMENT= Frontend for XMame using the GTK2 library BUILD_USES_MSGFMT= yes -DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs +DEPENDS= gnome2-dirs>=1.5:../../misc/gnome2-dirs DEPENDS+= xmame-[0-9]*:../../emulators/xmame GNU_CONFIGURE= yes |