From 552ebbf0eeb9fc983499ae37f9d717e9ec12fb44 Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 24 Mar 2009 22:05:18 +0000 Subject: [PATCH] - missing build dependency ok kili@ (MAINTAINER) --- textproc/txt2tags/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/txt2tags/Makefile b/textproc/txt2tags/Makefile index c81b6de0bfd..82e9e9b08aa 100644 --- a/textproc/txt2tags/Makefile +++ b/textproc/txt2tags/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2009/03/16 22:17:01 kili Exp $ +# $OpenBSD: Makefile,v 1.8 2009/03/24 22:05:18 jasper Exp $ COMMENT= utility to turn simply formatted text into markup @@ -21,6 +21,8 @@ EXTRACT_SUFX= .tgz MODULES= lang/python +BUILD_DEPENDS= ::devel/gettext + PKG_ARCH= * DOCDIR= ${PREFIX}/share/doc/txt2tags