diff options
| author | Ade Lovett <ade@FreeBSD.org> | 2000-02-16 00:56:04 +0000 |
|---|---|---|
| committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-16 00:56:04 +0000 |
| commit | b345da9810b9ab4dafc2f408d1b090bf51f26aea (patch) | |
| tree | 3dce9d3a0ce14b411b7485a403f613bc20f0c514 /graphics/imlib2 | |
| parent | f2366a67afc429af5cbc754ac1971ed463972f4b (diff) | |
Use libungif (support for it was already present in the
configure script). GNOME packages should build again now.
Diffstat (limited to 'graphics/imlib2')
| -rw-r--r-- | graphics/imlib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 1478494629fa..210b8bb56892 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" |
