aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2006-12-29 10:29:19 +0800
committershaun <shaun@FreeBSD.org>2006-12-29 10:29:19 +0800
commita873627edac0edbaa2077884a694d752c9fece42 (patch)
tree252d19e726ba290cf66c6ba10b6ad4cdcd3c61ec /lang
parenteb66b0b614d147d4c02e76896258fb1b99b27da6 (diff)
downloadfreebsd-ports-gnome-a873627edac0edbaa2077884a694d752c9fece42.tar.gz
freebsd-ports-gnome-a873627edac0edbaa2077884a694d752c9fece42.tar.zst
freebsd-ports-gnome-a873627edac0edbaa2077884a694d752c9fece42.zip
- INSTALLS_SHLIB -> USE_LDCONFIG.
- Add PORSCOUT variable: skip recalled 5.44.* versions.
Diffstat (limited to 'lang')
-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}"