diff options
author | bf <bf@FreeBSD.org> | 2013-06-05 06:20:51 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-06-05 06:20:51 +0800 |
commit | b37754bfac6e4ee0c3e0676238b2380c194ab599 (patch) | |
tree | 6bc6cc74282f121cd063d17e4326bef9ab4eeb26 /lang | |
parent | 1e50440a4d415c0472e98c747c1749936a62245b (diff) | |
download | freebsd-ports-gnome-b37754bfac6e4ee0c3e0676238b2380c194ab599.tar.gz freebsd-ports-gnome-b37754bfac6e4ee0c3e0676238b2380c194ab599.tar.zst freebsd-ports-gnome-b37754bfac6e4ee0c3e0676238b2380c194ab599.zip |
fix the build after the update of lang/tcl84 to 8.4.20; assign to
tcltk@
Diffstat (limited to 'lang')
-rw-r--r-- | lang/expect/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 8ab85e2917f2..f0cda0eded57 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -6,11 +6,11 @@ PORTNAME= expect PORTVERSION= 5.43.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang tcl tk MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= A sophisticated scripter based on tcl/tk CONFLICTS= expect-5.44* weather-[0-9]* @@ -64,6 +64,9 @@ MAN3= libexpect.3 .endif post-patch: + ${REINPLACE_CMD} -e \ + 's|@TCLHDIRDASHI@|& -I${LOCALBASE}/include/tcl8.4/unix|' \ + ${WRKSRC}/Makefile.in ${WRKSRC}/DbgMkfl.in ${TOUCH} ${WRKSRC}/configure post-install: |