aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libungif/Makefile2
-rw-r--r--graphics/libungif/pkg-descr2
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/