summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-TclTk/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* Unbreak; Make work with Tk80.Mark Murray1998-10-251-3/+3
| | | | Notes: svn path=/head/; revision=14174
* Remove regexp support for tk42.Steve Price1998-09-261-2/+2
| | | | Notes: svn path=/head/; revision=13404
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Update to beta 2 version and fix for new perl.Steve Price1998-08-301-10/+7
| | | | Notes: svn path=/head/; revision=12933
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* I'm not sure how I missed these before. Move "gtk gtk11 p5-GtkSatoshi Asami1998-08-071-2/+2
| | | | | | | | | p5-Tcl-Tk p5-Tk" from x11 to x11-toolkits. Note gtk11 is not in the Makefile because it's a repository copy of gtk awaiting an upgrade (vanilla, wake up! :). Notes: svn path=/head/; revision=12332
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-2/+2
| | | | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. Notes: svn path=/head/; revision=9876
* Mark the ports that were broken in one way or another by the recent tclSatoshi Asami1997-11-221-1/+3
| | | | | | | change "BROKEN". Notes: svn path=/head/; revision=8744
* Update name of perl executable in dependencies to "perl5.00401".Satoshi Asami1997-07-181-2/+2
| | | | | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS). Notes: svn path=/head/; revision=7366
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-241-3/+4
| | | | | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) Notes: svn path=/head/; revision=7065
* Import of a perl5 module to allow access to libtk (layered on top of p5-Tcl, ↵James FitzGibbon1997-06-161-0/+29
as opposed to p5-Tk, which is native access) Notes: svn path=/head/; revision=6949