Use correct include dir switch in USES=tcl:tea. Adjust devel/tclreadline.

This commit is contained in:
Pietro Cerutti 2016-04-21 09:47:29 +00:00
parent b957c97bdd
commit 4d519d4deb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413722
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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}