diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-12-29 02:29:19 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-12-29 02:29:19 +0000 |
commit | 345b310a38dffc8486f907e81dd876723134eec8 (patch) | |
tree | 4792b37a98d472277063789b4a498361b359a3fa /lang/expect/Makefile | |
parent | 639b9864f89d7678731a4989abf832c88770c1cd (diff) | |
download | ports-345b310a38dffc8486f907e81dd876723134eec8.tar.gz ports-345b310a38dffc8486f907e81dd876723134eec8.zip |
Notes
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r-- | lang/expect/Makefile | 4 |
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}" |