From f36ea5366bbf36cc448eb17765818b63d29407e4 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 5 Apr 2013 11:17:23 +0000 Subject: [PATCH] Missing BUILD_DEPENDS, spotted by nigel. --- x11/gnome/doc-utils/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/gnome/doc-utils/Makefile b/x11/gnome/doc-utils/Makefile index 971af2c0fb2..94b10a4c076 100644 --- a/x11/gnome/doc-utils/Makefile +++ b/x11/gnome/doc-utils/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 2013/04/04 19:26:41 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.62 2013/04/05 11:17:23 ajacoutot Exp $ # This port does set MODGNOME_TOOLS=yelp on purpose: it would create a # dependency on itself. We do not enforce dependency on x11/gnome/yelp @@ -20,13 +20,14 @@ MODULES= lang/python \ BUILD_DEPENDS= devel/gettext \ textproc/docbook \ + textproc/libxml,-python \ textproc/rarian RUN_DEPENDS= devel/gettext \ textproc/docbook \ + textproc/libxml,-python \ misc/gnugetopt \ sysutils/ggrep \ - textproc/libxml,-python \ textproc/libxslt # convenient dependency: provides the scrollkeeper-* tools