Use correct include dir switch in USES=tcl:tea. Adjust devel/tclreadline.
This commit is contained in:
parent
b957c97bdd
commit
4d519d4deb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413722
@ -210,7 +210,7 @@ TCL_PKG?= ${PORTNAME:C/^tcl(-?)//:C/(-?)tcl\$//}${PORTVERSION}
|
||||
PLIST_SUB+= TCL_PKG=${TCL_PKG}
|
||||
CONFIGURE_ARGS+=--exec-prefix=${PREFIX} \
|
||||
--with-tcl=${TCL_LIBDIR} \
|
||||
--with-tcl-includes=${TCL_INCLUDEDIR}
|
||||
--with-tclinclude=${TCL_INCLUDEDIR}
|
||||
. if ${_TCLTK_PORT} == "tk"
|
||||
CONFIGURE_ARGS+=--with-tk=${TK_LIBDIR}
|
||||
. endif
|
||||
|
@ -11,6 +11,7 @@ MAINTAINER= tcltk@FreeBSD.org
|
||||
COMMENT= GNU readline for TCL
|
||||
|
||||
USES= libtool tcl:tea readline
|
||||
CONFIGURE_ARGS= --with-tcl-includes=${TCL_INCLUDEDIR}
|
||||
USE_LDCONFIG= yes
|
||||
TCL_PKG= ${PORTNAME}${PORTVERSION}
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user