diff options
author | martymac <martymac@FreeBSD.org> | 2012-02-22 15:10:49 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2012-02-22 15:10:49 +0800 |
commit | 66843365affabe8ea4b2ef20b97378438b8caf49 (patch) | |
tree | 6b3aaecd5469e8820d618af01f4c993e7ab4e75b /graphics/pencil | |
parent | 49f078a6e6757ff0392c69ecbad70747aceaf9cb (diff) | |
download | freebsd-ports-gnome-66843365affabe8ea4b2ef20b97378438b8caf49.tar.gz freebsd-ports-gnome-66843365affabe8ea4b2ef20b97378438b8caf49.tar.zst freebsd-ports-gnome-66843365affabe8ea4b2ef20b97378438b8caf49.zip |
Remove useless dependency to graphics/libungif
PR: ports/165325
Submitted by: swills
Diffstat (limited to 'graphics/pencil')
-rw-r--r-- | graphics/pencil/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/pencil/Makefile b/graphics/pencil/Makefile index 5e9572a974b0..82b98bd33864 100644 --- a/graphics/pencil/Makefile +++ b/graphics/pencil/Makefile @@ -7,7 +7,7 @@ PORTNAME= pencil PORTVERSION= 0.4.4b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}-planner/Pencil/${PORTVERSION}eta DISTNAME= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFFIX} @@ -22,7 +22,6 @@ LIB_DEPENDS+= ming:${PORTSDIR}/graphics/ming \ freetype:${PORTSDIR}/print/freetype2 \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ iconv:${PORTSDIR}/converters/libiconv \ - ungif:${PORTSDIR}/graphics/libungif \ expat:${PORTSDIR}/textproc/expat2 \ pcre:${PORTSDIR}/devel/pcre \ drm:${PORTSDIR}/graphics/libdrm |