aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2016-04-21 17:47:29 +0800
committergahr <gahr@FreeBSD.org>2016-04-21 17:47:29 +0800
commitb073bd4b25256c7e590d30cd1359c6655d66b787 (patch)
treeb375e1e194c75a26aaf9324dc7a674caa3074882 /devel
parent132dd1846c33ec8bb4b0bce22946ffade5456cee (diff)
downloadfreebsd-ports-gnome-b073bd4b25256c7e590d30cd1359c6655d66b787.tar.gz
freebsd-ports-gnome-b073bd4b25256c7e590d30cd1359c6655d66b787.tar.zst
freebsd-ports-gnome-b073bd4b25256c7e590d30cd1359c6655d66b787.zip
Use correct include dir switch in USES=tcl:tea. Adjust devel/tclreadline.
Diffstat (limited to 'devel')
-rw-r--r--devel/tclreadline/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile
index 8ada52d226d9..72ac34cf7b2c 100644
--- a/devel/tclreadline/Makefile
+++ b/devel/tclreadline/Makefile
@@ -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}