From 08c38dc93237192c041fcd7b747c0320ded4b9b8 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 9 Apr 2009 08:41:48 +0000 Subject: [PATCH] - add missing build_depends on gtk+2 ; from jasper@ - needs USE_X11 --- textproc/gtkaml/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/gtkaml/Makefile b/textproc/gtkaml/Makefile index 5f7a0d8ec5f..cf6599a282c 100644 --- a/textproc/gtkaml/Makefile +++ b/textproc/gtkaml/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2009/04/07 21:48:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2009/04/09 08:41:48 ajacoutot Exp $ COMMENT= XML parser that extends the Vala.Parser @@ -23,6 +23,9 @@ MODULES= devel/gettext WANTLIB= c glib-2.0 gobject-2.0 xml2 +USE_X11= Yes + +BUILD_DEPENDS= ::x11/gtk+2 LIB_DEPENDS= vala.>=1:vala->=0.5.7:lang/vala USE_LIBTOOL= Yes