From e529f84b998a5ebeda9b1a1a1b08c4ce940c383a Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 15 Oct 2001 22:54:50 +0000 Subject: [PATCH] Bad depend. --- sysutils/nut/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 81506812bd0..c803d4bddf6 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/05/06 03:59:05 lebel Exp $ +# $OpenBSD: Makefile,v 1.3 2001/10/15 22:54:50 espie Exp $ COMMENT= "UPS monitoring program supporting many brands" @@ -19,7 +19,7 @@ FLAVORS= cgi FLAVOR?= .if ${FLAVOR:L} == "cgi" -LIB_DEPENDS= gd.1::graphics/gd +LIB_DEPENDS= gd.18::graphics/gd .endif CONFIGURE_STYLE= gnu old