From b579611a5c2e08e52bd9764e58d674fad2f2f86b Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 11 Dec 2011 13:11:49 +0000 Subject: [PATCH] - add missing module --- emulators/desmume/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index 68822a16986..70176d0beee 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2011/09/21 03:58:08 bentley Exp $ +# $OpenBSD: Makefile,v 1.2 2011/12/11 13:11:49 jasper Exp $ COMMENT = Nintendo DS emulator DISTNAME = desmume-0.9.7 +REVISION = 0 CATEGORIES = emulators @@ -39,7 +40,8 @@ CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" MODULES = devel/gettext \ - lang/lua + lang/lua \ + textproc/intltool CONFIGURE_STYLE = gnu