diff options
Diffstat (limited to 'textproc/redland-bindings/Makefile')
-rw-r--r-- | textproc/redland-bindings/Makefile | 4 |
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="" |