From a9cff7a5223b8fd77c69d156eb6c0fee49857048 Mon Sep 17 00:00:00 2001 From: ade Date: Wed, 16 Feb 2000 00:56:04 +0000 Subject: Use libungif (support for it was already present in the configure script). GNOME packages should build again now. --- graphics/imlib2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/imlib2/Makefile') diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 1478494..210b8bb 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -15,7 +15,7 @@ MAINTAINER= vanilla@FreeBSD.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - gif.5:${PORTSDIR}/graphics/giflib \ + ungif.5:${PORTSDIR}/graphics/libungif \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" -- cgit v1.1