1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- INSTALLS_SHLIB -> USE_LDCONFIG.

- Add PORSCOUT variable: skip recalled 5.44.* versions.
This commit is contained in:
Shaun Amott 2006-12-29 02:29:19 +00:00
parent 639b9864f8
commit 345b310a38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180935

View File

@ -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}"