diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-06 15:10:48 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-06 15:10:48 +0800 |
commit | 7e58acec9c3660a95a7c03699386a12c565c6418 (patch) | |
tree | 1aaac0764ed24c7b5167487d9ad7626d6c14f2b4 /graphics | |
parent | 3ad9ac4e66798a9ae439a4a7103090ac5601d30c (diff) | |
download | freebsd-ports-gnome-7e58acec9c3660a95a7c03699386a12c565c6418.tar.gz freebsd-ports-gnome-7e58acec9c3660a95a7c03699386a12c565c6418.tar.zst freebsd-ports-gnome-7e58acec9c3660a95a7c03699386a12c565c6418.zip |
- drop WWW
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libungif/Makefile | 2 | ||||
-rw-r--r-- | graphics/libungif/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index 5550a6cfefee..f8648143257e 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -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 diff --git a/graphics/libungif/pkg-descr b/graphics/libungif/pkg-descr index d371f89d18f1..0563f84c593e 100644 --- a/graphics/libungif/pkg-descr +++ b/graphics/libungif/pkg-descr @@ -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/ |