aboutsummaryrefslogtreecommitdiff
path: root/textproc/redland-bindings/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-04-02 22:56:15 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-04-02 22:56:15 +0000
commitcfa7269b11b8bb50068e3ee5ee55b2fe716853e5 (patch)
tree9c339ce0cb216e4bfd3db6edb813dd8c416ee9c2 /textproc/redland-bindings/Makefile
parent779cd6a87b1e70223ee1cd2d746ddb64160bfb9c (diff)
downloadports-cfa7269b11b8bb50068e3ee5ee55b2fe716853e5.tar.gz
ports-cfa7269b11b8bb50068e3ee5ee55b2fe716853e5.zip
Notes
Diffstat (limited to 'textproc/redland-bindings/Makefile')
-rw-r--r--textproc/redland-bindings/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile
index e473619e50c7..828b5410ad96 100644
--- a/textproc/redland-bindings/Makefile
+++ b/textproc/redland-bindings/Makefile
@@ -77,10 +77,10 @@ PLIST_SUB+= WITH_RUBY="@comment "
.endif
.if defined(WITH_TCL)
.if defined(WITH_TCL83)
-USE_TCL= 83
+USE_TCL_RUN= 83
TCL_LONG_V= 8.3
.else
-USE_TCL= 84
+USE_TCL_RUN= 84
TCL_LONG_V= 8.4
.endif
PLIST_SUB+= WITH_TCL=""