aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite2
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/sqlite2
parent94169091b9fe1df39f70fc46f1dd7a7ae2aaed61 (diff)
downloadports-92b220fa9c42a6c193337144b12ad0856cacbdeb.tar.gz
ports-92b220fa9c42a6c193337144b12ad0856cacbdeb.zip
Notes
Diffstat (limited to 'databases/sqlite2')
-rw-r--r--databases/sqlite2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile
index 8d06128fef6e..86d4bbf6b201 100644
--- a/databases/sqlite2/Makefile
+++ b/databases/sqlite2/Makefile
@@ -52,7 +52,7 @@ WITH_TCL84= yes
.if defined(WITH_TCL84)
BROKEN= please, select only one TCL wrapper
.endif
-CATEGORIES+= tcl83
+CATEGORIES+= tcl
TCL_VERSION= 8.3
WITH_TCL= YES
.endif
@@ -61,7 +61,7 @@ WITH_TCL= YES
.if defined(WITH_TCL83)
BROKEN= please, select only one TCL wrapper
.endif
-CATEGORIES+= tcl84
+CATEGORIES+= tcl
TCL_VERSION= 8.4
WITH_TCL= YES
.endif