diff options
author | swills <swills@FreeBSD.org> | 2012-02-20 21:13:23 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-20 21:13:23 +0800 |
commit | 7c4570cb82bd15cc7197f94946ce09cd1c7c7a73 (patch) | |
tree | 15a999b7a3e873898d1f84d5c771aa5034cedf51 /graphics | |
parent | c60977ffef36f5a782195e3b16bad89aa2b01e7a (diff) | |
download | freebsd-ports-gnome-7c4570cb82bd15cc7197f94946ce09cd1c7c7a73.tar.gz freebsd-ports-gnome-7c4570cb82bd15cc7197f94946ce09cd1c7c7a73.tar.zst freebsd-ports-gnome-7c4570cb82bd15cc7197f94946ce09cd1c7c7a73.zip |
- Switch from libungif to giflib
- Bump PORTREVISION
Diffstat (limited to 'graphics')
-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 0f91f7f6d8e3..45f07869cc5e 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -8,7 +8,7 @@ PORTNAME= imlib PORTVERSION= 1.9.15 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -18,7 +18,7 @@ COMMENT= A graphic library for enlightenment package LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - ungif.5:${PORTSDIR}/graphics/libungif + gif.5:${PORTSDIR}/graphics/giflib USE_AUTOTOOLS= libtool USE_BZIP2= yes |