Date: Thu, 21 Apr 2016 09:47:29 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413722 - in head: Mk/Uses devel/tclreadline Message-ID: <201604210947.u3L9lTUe016650@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Thu Apr 21 09:47:29 2016 New Revision: 413722 URL: https://svnweb.freebsd.org/changeset/ports/413722 Log: Use correct include dir switch in USES=tcl:tea. Adjust devel/tclreadline. Modified: head/Mk/Uses/tcl.mk head/devel/tclreadline/Makefile Modified: head/Mk/Uses/tcl.mk ============================================================================== --- head/Mk/Uses/tcl.mk Thu Apr 21 08:42:41 2016 (r413721) +++ head/Mk/Uses/tcl.mk Thu Apr 21 09:47:29 2016 (r413722) @@ -210,7 +210,7 @@ TCL_PKG?= ${PORTNAME:C/^tcl(-?)//:C/(-?) 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 Modified: head/devel/tclreadline/Makefile ============================================================================== --- head/devel/tclreadline/Makefile Thu Apr 21 08:42:41 2016 (r413721) +++ head/devel/tclreadline/Makefile Thu Apr 21 09:47:29 2016 (r413722) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604210947.u3L9lTUe016650>