From b34a46aae8b472c4b2ddb917ffaabd67b369e5f0 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 10 Aug 2009 22:02:52 +0000 Subject: [PATCH] Add intltool module; fixes clean build. --- textproc/meld/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index 2b822fa5069..c9a5c5dd7c2 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/06/03 18:23:27 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2009/08/10 22:02:52 sthen Exp $ COMMENT= graphical diff and merge tool @@ -17,7 +17,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/1.3/} USE_GMAKE= Yes -MODULES= lang/python +MODULES= lang/python \ + textproc/intltool BUILD_DEPENDS+= ::textproc/rarian