From d4b399b5dcc4eb7b44b9d8dce926a3d6b9e849e7 Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 8 Dec 2011 17:20:36 +0000 Subject: [PATCH] += not = --- www/gtkhtml4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/gtkhtml4/Makefile b/www/gtkhtml4/Makefile index 62e4950cb75..133955129c0 100644 --- a/www/gtkhtml4/Makefile +++ b/www/gtkhtml4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2011/12/08 08:35:50 jasper Exp $ +# $OpenBSD: Makefile,v 1.15 2011/12/08 17:20:36 jasper Exp $ SHARED_ONLY= Yes @@ -46,7 +46,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} # libsoup is only used by testgtkhtml, but since libsoup may be around during # configure, and can have disappeared afterwards, the build can fail. so # register it as a dependency instead of axing the Makefiles.. -BUILD_DEPENDS= devel/libsoup +BUILD_DEPENDS+= devel/libsoup RUN_DEPENDS= devel/gsettings-desktop-schemas \ devel/iso-codes \ x11/gnome/icon-theme