diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-02-17 20:25:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-02-17 20:25:25 +0800 |
commit | 10c1e613a2d7144a8e0d4d48b532ce983e1b8b7b (patch) | |
tree | 0abd3b2fcba80fcddcde9f68ce55f9e4121549b3 | |
parent | e21588a9eab2bebcb3230898f5d1c0b56c81d5f8 (diff) | |
download | freebsd-ports-gnome-10c1e613a2d7144a8e0d4d48b532ce983e1b8b7b.tar.gz freebsd-ports-gnome-10c1e613a2d7144a8e0d4d48b532ce983e1b8b7b.tar.zst freebsd-ports-gnome-10c1e613a2d7144a8e0d4d48b532ce983e1b8b7b.zip |
- set DEPRECATED
PR: 163592
-rw-r--r-- | graphics/libungif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index f8648143257e..b183e6012832 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -15,7 +15,7 @@ PKGNAMESUFFIX= ${NOX11SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools and library routines for working with GIF images -#DEPRECATED= is replaced by libgif +DEPRECATED= is replaced by libgif USE_BZIP2= yes USE_AUTOTOOLS= libtool |