1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix CONFIGURE

MFH:		2014Q1
This commit is contained in:
Pietro Cerutti 2014-01-08 15:13:49 +00:00
parent 189c242259
commit 2ca72ca1f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339147

View File

@ -31,7 +31,8 @@ NO_STAGE= yes
.include <bsd.port.pre.mk>
CFLAGS+= -DHAVE_UNISTD_H
CONFIGURE_ARGS+=--with-tcl-ver=${TCL_SHLIB_VER} --with-tk-ver=${TK_SHLIB_VER}
CONFIGURE_ARGS+=--with-tcl=${LOCALBASE} \
--with-tk=${LOCALBASE}
.if ${TCL_SHLIB_VER} > 85
CFLAGS+= -DUSE_INTERP_ERRORLINE -DUSE_INTERP_RESULT