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:
parent
1f3b1ef40d
commit
a328680665
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85635
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user