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/imlib | |
parent | f2366a67afc429af5cbc754ac1971ed463972f4b (diff) | |
download | ports-b345da9810b9ab4dafc2f408d1b090bf51f26aea.tar.gz ports-b345da9810b9ab4dafc2f408d1b090bf51f26aea.zip |
Notes
Diffstat (limited to 'graphics/imlib')
-rw-r--r-- | graphics/imlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 1478494629fa..210b8bb56892 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/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" |