From 8d06b06316401976a413a0e5a3e4e22d4fe88bd5 Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 14 Sep 2002 00:10:08 +0000 Subject: [PATCH] Don't clobber LIB_DEPENDS in image flavor. --- www/w3m/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 3de0a332c8d..acfc8790389 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2002/08/28 12:38:15 naddy Exp $ +# $OpenBSD: Makefile,v 1.48 2002/09/14 00:10:08 naddy Exp $ COMMENT= "pager/text-based web browser" @@ -46,7 +46,7 @@ DOCS= FAQ.html HISTORY MANUAL.html \ keymap.default keymap.lynx menu.default menu.submenu .if ${FLAVOR:L:Mimage} -LIB_DEPENDS= Imlib.19::graphics/imlib +LIB_DEPENDS+= Imlib.19::graphics/imlib CONFIGURE_ENV+= use_image=y DOCS+= README.img .endif