summaryrefslogtreecommitdiff
path: root/lang/expect
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-12-29 02:29:19 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-12-29 02:29:19 +0000
commit345b310a38dffc8486f907e81dd876723134eec8 (patch)
tree4792b37a98d472277063789b4a498361b359a3fa /lang/expect
parent- Update to 0.68 (diff)
- INSTALLS_SHLIB -> USE_LDCONFIG.
- Add PORSCOUT variable: skip recalled 5.44.* versions.
Notes
Notes: svn path=/head/; revision=180935
Diffstat (limited to 'lang/expect')
-rw-r--r--lang/expect/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index 348586348ab2..d78c36ff2e49 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://expect.nist.gov/src/
MAINTAINER= shaun@FreeBSD.org
COMMENT= A sophisticated scripter based on tcl/tk
+PORTSCOUT= skipv:5.44.0,5.44.1 # These were recalled by NIST
+
.if !defined(WITHOUT_X11)
LIB_DEPENDS?= tk84.1:${PORTSDIR}/x11-toolkits/tk84
.else
@@ -23,7 +25,7 @@ EXPECT_VER= 5.43
LIBEXPECT_VER= 543
WRKSRC= ${WRKDIR}/expect-${EXPECT_VER}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
PLIST_SUB+= EXPECT_VER="${EXPECT_VER}"