aboutsummaryrefslogtreecommitdiff
path: root/databases/metakit
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-09 13:42:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-09 13:42:26 +0000
commit92b220fa9c42a6c193337144b12ad0856cacbdeb (patch)
tree167e145ff2514271fb5c10b0e9f4b2859ead22b3 /databases/metakit
parent94169091b9fe1df39f70fc46f1dd7a7ae2aaed61 (diff)
downloadports-92b220fa9c42a6c193337144b12ad0856cacbdeb.tar.gz
ports-92b220fa9c42a6c193337144b12ad0856cacbdeb.zip
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr
Notes
Notes: svn path=/head/; revision=210928
Diffstat (limited to 'databases/metakit')
-rw-r--r--databases/metakit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile
index 1831e5fd7954..b70671826430 100644
--- a/databases/metakit/Makefile
+++ b/databases/metakit/Makefile
@@ -43,13 +43,13 @@ PLIST_SUB+= WITH_PYTHON="@comment "
.endif
.if defined(METAKIT_WITH_TCL83)
-CATEGORIES+= tcl83
+CATEGORIES+= tcl
TCL_V= 8.3
TCL_SHORT_V= 83
.endif
.if defined(METAKIT_WITH_TCL84)
-CATEGORIES+= tcl84
+CATEGORIES+= tcl
TCL_V= 8.4
TCL_SHORT_V= 84
.endif