intltool requires the gettext tools at run time; noticed by and ok sthen@

This commit is contained in:
naddy 2015-07-20 15:33:29 +00:00
parent 0549d6e986
commit 26bf159258

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.28 2015/03/25 16:22:18 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.29 2015/07/20 15:33:29 naddy Exp $
COMMENT= internationalization tools
V= 0.51.0
DISTNAME= intltool-${V}
REVISION= 0
CATEGORIES= textproc
HOMEPAGE= https://edge.launchpad.net/intltool
@ -15,7 +16,7 @@ MASTER_SITES= ${HOMEPAGE}/trunk/${V}/+download/
BUILD_DEPENDS= textproc/p5-XML-Parser
RUN_DEPENDS= devel/gettext \
RUN_DEPENDS= devel/gettext-tools \
textproc/p5-XML-Parser
CONFIGURE_STYLE= gnu