- drop WWW

This commit is contained in:
Dirk Meyer 2011-08-06 07:10:48 +00:00
parent 4173f2f367
commit 4621814d23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278996
2 changed files with 2 additions and 2 deletions

View file

@ -15,6 +15,8 @@ PKGNAMESUFFIX= ${NOX11SUFFIX}${PKGNAMESUFFIX2}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Tools and library routines for working with GIF images
#DEPRECATED= is replaced by libgif
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes

View file

@ -2,5 +2,3 @@ A library for reading and writing gif images. The save functionality
uses an uncompressed gif algorithm to avoid the Unisys LZW patent.
This library is based on Eric Raymond's giflib and implements a
superset of that library's API.
WWW: http://sourceforge.net/projects/libungif/