diff options
author | bmah <bmah@FreeBSD.org> | 2002-01-26 14:58:01 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-01-26 14:58:01 +0800 |
commit | cb34fc26289e627ae6aad72a11052f13e4e9cd31 (patch) | |
tree | 59477cebba804e67c4e61a42aba8b0fae0a53d3b /x11-toolkits/tk83/Makefile | |
parent | 04453c63b4d212437d93ed72f7f7cc55dba51ecd (diff) | |
download | freebsd-ports-gnome-cb34fc26289e627ae6aad72a11052f13e4e9cd31.tar.gz freebsd-ports-gnome-cb34fc26289e627ae6aad72a11052f13e4e9cd31.tar.zst freebsd-ports-gnome-cb34fc26289e627ae6aad72a11052f13e4e9cd31.zip |
Backport a patch that will eventually appear in Tk 8.4 to make
sure a TkCursor structure member gets filled in correctly.
Bump PORTREVISION.
Approved by: dinoex (maintainer)
Obtained from: Tk CVS repository on SourceForge
Diffstat (limited to 'x11-toolkits/tk83/Makefile')
-rw-r--r-- | x11-toolkits/tk83/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index a4d6deaead74..15d926b2325f 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -7,7 +7,7 @@ PORTNAME= tk PORTVERSION= 8.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits tk83 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcl |