diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-04-14 04:31:09 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-04-14 04:31:09 +0800 |
commit | 82524c8686f983f62fcc8f53b8bcd1e381b191bb (patch) | |
tree | 2d8483dcafc83ec51afb2460218959ee5cd00908 /x11-toolkits/tk84/Makefile | |
parent | 29f7f51c2de907e9e121534a141daa87ef3f7162 (diff) | |
download | freebsd-ports-gnome-82524c8686f983f62fcc8f53b8bcd1e381b191bb.tar.gz freebsd-ports-gnome-82524c8686f983f62fcc8f53b8bcd1e381b191bb.tar.zst freebsd-ports-gnome-82524c8686f983f62fcc8f53b8bcd1e381b191bb.zip |
Update tcl/tk to 8.3.3
- Changes in installion of includes, so it keep compaible
to previous patchlevel
- took maintainership
Diffstat (limited to 'x11-toolkits/tk84/Makefile')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 62939ad8eff2..40e1dc9de81b 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -6,13 +6,13 @@ # PORTNAME= tk -PORTVERSION= 8.3.2 +PORTVERSION= 8.3.3 CATEGORIES= x11-toolkits tk83 MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_3 DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= jseger@FreeBSD.org +MAINTAINER= dirk.meyer@dinoex.sub.org LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 |