From 5479e4dd46bb24edfbd4a13278a1fd7eb9ad3050 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 11 Nov 2011 10:57:59 +0000 Subject: [PATCH] Add missing RUN_DEPENDS on devel/autogen. spotted by John Tate --- x11/gnome/anjuta/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x11/gnome/anjuta/Makefile b/x11/gnome/anjuta/Makefile index 94d00c2f4b8..abf7527a108 100644 --- a/x11/gnome/anjuta/Makefile +++ b/x11/gnome/anjuta/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 2011/10/29 08:12:32 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.49 2011/11/11 10:57:59 ajacoutot Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= versatile IDE for GNOME GNOME_PROJECT= anjuta GNOME_VERSION= 3.2.1 -REVISION= 0 +REVISION= 1 SHARED_LIBS += anjuta-3 0.0 # 0.0 @@ -61,6 +61,9 @@ LIB_DEPENDS= ${MODPY_LIB_DEPENDS} \ x11/gnome/gdl \ x11/gtksourceview3 +# needed by plugins/class-gen/plugin.c +RUN_DEPENDS += devel/autogen + LIBTOOL_FLAGS= --tag=disable-static MODGNOME_DESKTOP_FILE= Yes