diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-11-14 08:46:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-11-14 08:46:29 +0000 |
commit | c20aa51d1b396d19d441f53c60d79a4fa411054d (patch) | |
tree | f9f2809d0aef32b28c97ffb6dd04119512899504 | |
parent | Tcl will get hostname using uname(3). It seems FreeBSD's uname(3) (diff) |
Took maintainership
-rw-r--r-- | x11-toolkits/tk82/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index fbe243aba597..5ff3106bbbee 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 |