diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-23 00:26:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-23 00:26:53 +0000 |
commit | 9fd93e27e0a63b3bc526900f6f6cf98e6c23ca03 (patch) | |
tree | ebd1f8678db6c8ae8465fdb9eeea841aece03614 /lang/tcltutor/Makefile | |
parent | Fix build error on amd64 with THREADING option. (diff) |
Fix localbase issue
Noticed by: YAPHR
Notes
Notes:
svn path=/head/; revision=146150
Diffstat (limited to 'lang/tcltutor/Makefile')
-rw-r--r-- | lang/tcltutor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcltutor/Makefile b/lang/tcltutor/Makefile index d648abccc414..2be5f895c4df 100644 --- a/lang/tcltutor/Makefile +++ b/lang/tcltutor/Makefile @@ -7,7 +7,7 @@ PORTNAME= tcltutor PORTVERSION= 2.b.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang tk84 tcl84 MASTER_SITES= http://www.msen.com/~clif/ DISTNAME= Tutor2b4 |