svn commit: r413722 - in head: Mk/Uses devel/tclreadline

Pietro Cerutti gahr at FreeBSD.org
Thu Apr 21 09:47:30 UTC 2016


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


More information about the svn-ports-all mailing list