diff options
author | mi <mi@FreeBSD.org> | 2009-12-08 14:15:34 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2009-12-08 14:15:34 +0800 |
commit | bb9c466698b77850d0c505cf57542e71c2419b25 (patch) | |
tree | 6c53621a46687c5347ffa21c7e86cafe8f23308c /lang | |
parent | 3cce9aec62a2194df061a720149b00f61cab5a64 (diff) | |
download | freebsd-ports-gnome-bb9c466698b77850d0c505cf57542e71c2419b25.tar.gz freebsd-ports-gnome-bb9c466698b77850d0c505cf57542e71c2419b25.tar.zst freebsd-ports-gnome-bb9c466698b77850d0c505cf57542e71c2419b25.zip |
Use 83+ instead "yes" for USE_TCL. Somewhat counterintuitively, "yes"
means 85, which may not be, what the user wants...
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tclX/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/tclX/Makefile b/lang/tclX/Makefile index 1991a84dc910..7eff9c563439 100644 --- a/lang/tclX/Makefile +++ b/lang/tclX/Makefile @@ -16,8 +16,7 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Extended TCL USE_BZIP2= yes -USE_TCL_BUILD= yes -USE_TCL= yes +USE_TCL= 83+ USE_LDCONFIG= yes GNU_CONFIGURE= yes |