diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-18 03:12:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-18 03:12:11 +0000 |
commit | 2169e434e836da4747b360244ebc357998eee9a2 (patch) | |
tree | 512b5981c76fbc6f4272984fd71ab0cdaf022fb4 /graphics/imlib2 | |
parent | fbdeb1f7de38f480d1fbb01a466822e3585b5224 (diff) | |
download | ports-2169e434e836da4747b360244ebc357998eee9a2.tar.gz ports-2169e434e836da4747b360244ebc357998eee9a2.zip |
Notes
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 1bbce9625889..dc09a78b5e45 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -16,7 +16,7 @@ MAINTAINER= vanilla@FreeBSD.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - gif.3:${PORTSDIR}/graphics/giflib \ + gif.5:${PORTSDIR}/graphics/giflib \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |