add USE_X11 -- pointed out by fgsch@

This commit is contained in:
kevlo 2001-05-20 12:49:43 +00:00
parent d6bf2cb8ad
commit 9f64355be1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2001/05/06 04:41:26 lebel Exp $
# $OpenBSD: Makefile,v 1.8 2001/05/20 12:49:43 kevlo Exp $
# $FreeBSD: Makefile,v 1.7 1997/12/01 16:50:58 pst Exp $
COMMENT= "graphical toolkit for Tcl"
@ -30,6 +30,7 @@ FAKE_FLAGS= INSTALL="install -c" INSTALL_ROOT="${WRKINST}" \
MAN_INSTALL_DIR='$${INSTALL_ROOT}$$(TK_LIBRARY)/man'
SEPARATE_BUILD= concurrent
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-tcl="${PREFIX}/lib/tcl8.0"