aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/redland-bindings/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-04-03 06:56:15 +0800
committerpav <pav@FreeBSD.org>2007-04-03 06:56:15 +0800
commit85f93575663adb5a7fa7799d5b3b6bdb05f3eda7 (patch)
tree9444ec7f98d0f2faaf4734217466e921e7d27034 /textproc/redland-bindings/Makefile
parentc12598153f1706af748413173a0b3dc1a5e4fed7 (diff)
downloadfreebsd-ports-gnome-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.tar.gz
freebsd-ports-gnome-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.tar.zst
freebsd-ports-gnome-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.zip
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
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=""