diff options
author | jkh <jkh@FreeBSD.org> | 1997-01-06 20:15:11 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-01-06 20:15:11 +0800 |
commit | a83afa1e82ea9f62d626db0266087ac2480a29c9 (patch) | |
tree | 30898f86a37557da25151fec6a3a3852a53d63dc /lang/tclX | |
parent | 4903ff51038af8df55fa76debdbd5a432da55413 (diff) | |
download | freebsd-ports-gnome-a83afa1e82ea9f62d626db0266087ac2480a29c9.tar.gz freebsd-ports-gnome-a83afa1e82ea9f62d626db0266087ac2480a29c9.tar.zst freebsd-ports-gnome-a83afa1e82ea9f62d626db0266087ac2480a29c9.zip |
Remove myself as MAINTAINER from a number of ports I no longer
have time to properly maintain. This will cause the position to
revert to ports.
Diffstat (limited to 'lang/tclX')
-rw-r--r-- | lang/tclX/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/tclX/Makefile b/lang/tclX/Makefile index 55d47e63f22d..fe21185dee57 100644 --- a/lang/tclX/Makefile +++ b/lang/tclX/Makefile @@ -3,7 +3,7 @@ # Date created: 6 February 1996 # Whom: jkh # -# $Id: Makefile,v 1.10 1996/11/17 06:12:51 obrien Exp $ +# $Id: Makefile,v 1.11 1996/11/18 14:03:30 asami Exp $ # DISTNAME= tclX7.5.2 @@ -11,8 +11,6 @@ PKGNAME= tclX-7.5.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/ -MAINTAINER= jkh@FreeBSD.org - DEPENDS= ${TK_DIR} LIB_DEPENDS= tk41\\.1:${TK_DIR} |