diff options
author | bapt <bapt@FreeBSD.org> | 2011-11-09 23:00:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-11-09 23:00:35 +0800 |
commit | fb2eff91ffddb40945f50235389a31c9265783e6 (patch) | |
tree | e90688b42bf53641f969e2e81a633a2abeb399f9 | |
parent | c0fe97cb9e40aaf5b832b919bf585c59a60f718f (diff) | |
download | freebsd-ports-gnome-fb2eff91ffddb40945f50235389a31c9265783e6.tar.gz freebsd-ports-gnome-fb2eff91ffddb40945f50235389a31c9265783e6.tar.zst freebsd-ports-gnome-fb2eff91ffddb40945f50235389a31c9265783e6.zip |
Deprecate gtkextra, it will no more be depend on by anything in the tree at the expiration date.
-rw-r--r-- | x11-toolkits/gtkextra/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/gtkextra/Makefile b/x11-toolkits/gtkextra/Makefile index 195c6da256d7..2b21ddd7b4d8 100644 --- a/x11-toolkits/gtkextra/Makefile +++ b/x11-toolkits/gtkextra/Makefile @@ -17,6 +17,9 @@ DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A useful widget set complementary to GTK+ +DEPRECATED= no longer supported upstream, no more depend on +EXPIRATION_DATE= 2011-12-09 + USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GNOME= gtk12 |