From b13842ece0dd57fea043ab6dc6a250301a56806f Mon Sep 17 00:00:00 2001 From: naddy Date: Fri, 13 Sep 2002 22:18:28 +0000 Subject: [PATCH] Add missing fltk_images library dependency. --- databases/mysqlgui/Makefile | 4 ++-- print/htmldoc/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/mysqlgui/Makefile b/databases/mysqlgui/Makefile index fe41e7da726..8adbfc17a9b 100644 --- a/databases/mysqlgui/Makefile +++ b/databases/mysqlgui/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2002/08/10 20:10:24 wilfried Exp $ +# $OpenBSD: Makefile,v 1.13 2002/09/13 22:18:28 naddy Exp $ COMMENT= "graphical sql client for MySQL" @@ -25,7 +25,7 @@ PATCHFILES= single.cc:0 MODULES= gettext BUILD_DEPENDS= :flvw->=1.0:x11/flvw LIB_DEPENDS= jpeg.62::graphics/jpeg \ - fltk.1::x11/fltk \ + fltk.1,fltk_images.1::x11/fltk \ fleditor.2::x11/fleditor \ lib/mysql/mysqlclient.10:mysql-client-3.23.*:databases/mysql \ sqlplus.1::devel/mysql++ diff --git a/print/htmldoc/Makefile b/print/htmldoc/Makefile index ac043f4e26b..df653b5c9d3 100644 --- a/print/htmldoc/Makefile +++ b/print/htmldoc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2002/08/10 20:12:36 wilfried Exp $ +# $OpenBSD: Makefile,v 1.11 2002/09/13 22:18:28 naddy Exp $ COMMENT= "convert HTML pages to PDF/PS format" @@ -21,7 +21,7 @@ MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/${V}/ \ ftp://ftp2.easysw.com/pub/htmldoc/${V}/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/htmldoc/${V}/ -LIB_DEPENDS= fltk.1::x11/fltk +LIB_DEPENDS= fltk.1,fltk_images.1::x11/fltk CONFIGURE_STYLE= gnu dest CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \