diff options
author | gahr <gahr@FreeBSD.org> | 2013-10-01 15:12:34 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-10-01 15:12:34 +0800 |
commit | 60dd23a74adb20f04aa191ecfe11391b2acb6e2c (patch) | |
tree | ab67dc7ccbbc29ac7f096eaa70fb506a5209c5b1 /lang/otcl | |
parent | 797ba57c474b43124733ec7e98ccc39b80db867d (diff) | |
download | freebsd-ports-gnome-60dd23a74adb20f04aa191ecfe11391b2acb6e2c.tar.gz freebsd-ports-gnome-60dd23a74adb20f04aa191ecfe11391b2acb6e2c.tar.zst freebsd-ports-gnome-60dd23a74adb20f04aa191ecfe11391b2acb6e2c.zip |
- Convert to USES+=tk
Diffstat (limited to 'lang/otcl')
-rw-r--r-- | lang/otcl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index bdc0ee33e632..cb7b78ef8f9d 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_TK= 84+ +USES+= tk USE_XORG= xext USE_AUTOTOOLS= autoconf @@ -31,9 +31,9 @@ NO_STAGE= yes .include <bsd.port.pre.mk> CFLAGS+= -DHAVE_UNISTD_H -CONFIGURE_ARGS+= --with-tcl-ver=${TCL_VER} --with-tk-ver=${TK_VER} +CONFIGURE_ARGS+=--with-tcl-ver=${TCL_SHLIB_VER} --with-tk-ver=${TK_SHLIB_VER} -.if ${USE_TCL} > 85 +.if ${TCL_SHLIB_VER} > 85 CFLAGS+= -DUSE_INTERP_ERRORLINE -DUSE_INTERP_RESULT .endif |