diff options
author | linimon <linimon@FreeBSD.org> | 2009-11-13 08:20:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-11-13 08:20:23 +0800 |
commit | f030335b00d9cebfc00bce60648b4663f1765f99 (patch) | |
tree | d657f8ced83c8e813e83234456c5de0885dcc63b | |
parent | f4809531ad345eba5a22c5362b048ed44e8d420b (diff) | |
download | freebsd-ports-gnome-f030335b00d9cebfc00bce60648b4663f1765f99.tar.gz freebsd-ports-gnome-f030335b00d9cebfc00bce60648b4663f1765f99.tar.zst freebsd-ports-gnome-f030335b00d9cebfc00bce60648b4663f1765f99.zip |
Return this to the pool at maintainer's request. While here, mark it
deprecated with a 2 month expiration period, since it has been broken
for quite some time.
-rw-r--r-- | lang/gcl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 982573354aaa..89ee3f65b2e9 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -12,7 +12,7 @@ CATEGORIES= lang tcl tk MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gcl -MAINTAINER= markm@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= GNU Common Lisp LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 \ @@ -20,6 +20,9 @@ LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 \ ONLY_FOR_ARCHS= i386 +DEPRECATED= fails to build on FreeBSD 7.x +EXPIRATION_DATE= 2010-01-12 + GNU_CONFIGURE= yes USE_GMAKE= yes USE_XORG= x11 |