aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/p5-TclTk/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add tk virtual category where missing. List of ports which depend on tkfenner1998-02-221-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.
* Mark the ports that were broken in one way or another by the recent tclasami1997-11-221-1/+3
| | | | change "BROKEN".
* Update name of perl executable in dependencies to "perl5.00401".asami1997-07-181-2/+2
| | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS).
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵jfitz1997-06-251-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.)
* Import of a perl5 module to allow access to libtk (layered on top of p5-Tcl, ↵jfitz1997-06-161-0/+29
as opposed to p5-Tk, which is native access)