1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Fix logic for conditional TCL support.

Submitted by:	maintainer
This commit is contained in:
Alexander Leidinger 2003-07-26 17:59:12 +00:00
parent 1f3b1ef40d
commit a328680665
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85635

View File

@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME:S/-//}${PORTVERSION}
MAINTAINER= q@uni.de
COMMENT= The most popular open source Internet Relay Chat bot
.if !defined(WITH_TCL)
.if !defined(WITHOUT_TCL)
BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.3/tcl.h:${PORTSDIR}/lang/tcl83
CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/libtcl83.so \
--with-tclinc=${LOCALBASE}/include/tcl8.3/tcl.h