From f8ecc230d64f448e159f9b7f1496b11bfdb8f57c Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 27 Sep 2011 16:03:56 +0000 Subject: [PATCH] Missing BUILD_DEPENDS. --- x11/gnome/orca/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/gnome/orca/Makefile b/x11/gnome/orca/Makefile index 1bbf6bddce2..c3ba04f5447 100644 --- a/x11/gnome/orca/Makefile +++ b/x11/gnome/orca/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2011/09/27 12:52:11 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.34 2011/09/27 16:03:56 ajacoutot Exp $ COMMENT= assistive screen reader @@ -16,7 +16,8 @@ PERMIT_DISTFILES_FTP= Yes MODULES= lang/python \ x11/gnome -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} \ + x11/gtk+3 RUN_DEPENDS= x11/gnome/py-atspi>=2.2.0 \ devel/py-xdg \ x11/dbus-python