Hi,

I got this error trying to update GD:

> ===> Updating for gd-2.0.34p0
> Upgrading from gd-2.0.34
> Can't install /usr/ports/packages/i386/all/gd-2.0.34p0.tgz: lib not found 
> expat.7.0
> Even by looking in the dependency tree:
>         jpeg-6bp3, png-1.2.14p0, libiconv-1.9.2p3
> *** Error code 1

This fixes it. Ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/gd/Makefile,v
retrieving revision 1.48
diff -u -p -r1.48 Makefile
--- Makefile    8 Apr 2007 15:31:01 -0000       1.48
+++ Makefile    17 Apr 2007 06:23:36 -0000
@@ -11,7 +11,8 @@ MASTER_SITES= ${HOMEPAGE}releases/
 HOMEPAGE=      http://www.libgd.org/
 
 LIB_DEPENDS=   jpeg.>=62::graphics/jpeg \
-               png.>=2::graphics/png
+               png.>=2::graphics/png \
+               expat.>=7::textproc/expat
 
 MODULES=       converters/libiconv
 

Reply via email to