diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-02-18 19:12:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-02-18 19:12:45 +0800 |
commit | 150d8438b0103b231682012bc614cc52a8cc0b4a (patch) | |
tree | 6770a69a12ac937daef4c1cfeaa58e27dcd68d8a /graphics/simage | |
parent | 8f23c1ade3c58d42d986b20e67664f13362145a8 (diff) | |
download | freebsd-ports-gnome-150d8438b0103b231682012bc614cc52a8cc0b4a.tar.gz freebsd-ports-gnome-150d8438b0103b231682012bc614cc52a8cc0b4a.tar.zst freebsd-ports-gnome-150d8438b0103b231682012bc614cc52a8cc0b4a.zip |
- build with giflib
Diffstat (limited to 'graphics/simage')
-rw-r--r-- | graphics/simage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index 695bff1f1021..8307ea4c11e5 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ vorbis.4:${PORTSDIR}/audio/libvorbis \ jasper.4:${PORTSDIR}/graphics/jasper \ jpeg.11:${PORTSDIR}/graphics/jpeg \ - ungif.5:${PORTSDIR}/graphics/libungif \ + gif.5:${PORTSDIR}/graphics/giflib \ png.6:${PORTSDIR}/graphics/png USE_GNOME= gnomehack |