make very sure we pick up the intended Tcl/Tk version, otherwise Tk

detection will fail in configure
This commit is contained in:
naddy 2013-10-13 21:41:44 +00:00
parent bfb09c8fb2
commit 19b8746210

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.52 2013/05/06 18:50:47 zhuk Exp $
# $OpenBSD: Makefile,v 1.53 2013/10/13 21:41:44 naddy Exp $
COMMENT-main= graph drawing software
@ -73,11 +73,13 @@ WANTLIB += xcb-shm xml2 z ${MODTK_LIB} Xft Xss perl util
USE_GMAKE = Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
# Note: --with-tclsh is misspelled "--with-tcl" in configure's help output
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-tcl=yes \
--enable-perl \
--enable-guile \
--with-tcl=${MODTCL_BIN} \
--with-tclsh=${MODTCL_BIN} \
--with-wish=${MODTK_BIN} \
--disable-lua \
--disable-io \
--disable-java \