summaryrefslogtreecommitdiff
path: root/misc/gxmame
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-13 18:23:29 +0000
committerjlam <jlam>2006-04-13 18:23:29 +0000
commit2b7701c2e846af68d16fca094c7edd5a431d4797 (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /misc/gxmame
parent381acf95ec4f42fe16a17018bf9d56363883a683 (diff)
downloadpkgsrc-2b7701c2e846af68d16fca094c7edd5a431d4797.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'misc/gxmame')
-rw-r--r--misc/gxmame/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/gxmame/Makefile b/misc/gxmame/Makefile
index 769f5eff8ab..52f0570dfc4 100644
--- a/misc/gxmame/Makefile
+++ b/misc/gxmame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/02/05 23:10:09 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2006/04/13 18:23:35 jlam Exp $
#
DISTNAME= gxmame-0.35beta1
@@ -10,13 +10,12 @@ 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.87:../../emulators/xmame
DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
USE_PKGLOCALEDIR= yes
.include "../../devel/gettext-lib/buildlink3.mk"