From 83e5a596ad71e85a15fad0ba970db1ae791dbbec Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 2 Jun 2009 05:20:58 +0000 Subject: [PATCH] - add missing BUILD_DEPENDS --- audio/gmpc-plugins/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/audio/gmpc-plugins/Makefile b/audio/gmpc-plugins/Makefile index ec54bb0db19..6da11affac5 100644 --- a/audio/gmpc-plugins/Makefile +++ b/audio/gmpc-plugins/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/04/23 19:26:47 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2009/06/02 05:20:58 ajacoutot Exp $ SHARED_ONLY = Yes @@ -35,7 +35,8 @@ MODULES = devel/gettext RUN_DEPENDS = :gmpc->=${VERSION}:audio/gmpc \ ::audio/vorbis-tools -BUILD_DEPENDS = ${RUN_DEPENDS} +BUILD_DEPENDS = ${RUN_DEPENDS} \ + ::x11/gob2 USE_LIBTOOL = Yes USE_X11 = Yes USE_GMAKE = Yes