summaryrefslogtreecommitdiff
path: root/graphics/imlib
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-02-16 00:56:04 +0000
committerAde Lovett <ade@FreeBSD.org>2000-02-16 00:56:04 +0000
commitb345da9810b9ab4dafc2f408d1b090bf51f26aea (patch)
tree3dce9d3a0ce14b411b7485a403f613bc20f0c514 /graphics/imlib
parentPREFIX -> LOCALBASE (portlint) (diff)
Use libungif (support for it was already present in the
configure script). GNOME packages should build again now.
Notes
Notes: svn path=/head/; revision=25877
Diffstat (limited to 'graphics/imlib')
-rw-r--r--graphics/imlib/Makefile4
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"