diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-20 20:04:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-20 20:04:10 +0000 |
commit | e9b97b3902a4079a16374462a26bfbcd08bb3d18 (patch) | |
tree | 803f01f7ebcad182da5f7a951ce4eeadcc10a0f3 | |
parent | Update to 1.3.3 (diff) |
- does not use libungif, has its own gif functions
Notes
Notes:
svn path=/head/; revision=291951
-rw-r--r-- | graphics/iiview/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/iiview/Makefile b/graphics/iiview/Makefile index 87b253d4a462..7c4bb2fd2d14 100644 --- a/graphics/iiview/Makefile +++ b/graphics/iiview/Makefile @@ -14,7 +14,6 @@ MAINTAINER= martin.sugioarto@udo.edu COMMENT= Thumb viewer application BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png \ - ${LOCALBASE}/lib/libungif.a:${PORTSDIR}/graphics/libungif \ ${LOCALBASE}/lib/libtiff.a:${PORTSDIR}/graphics/tiff \ ${LOCALBASE}/lib/libjpeg.a:${PORTSDIR}/graphics/jpeg |