diff options
author | tg <tg@FreeBSD.org> | 1997-12-05 18:58:55 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-12-05 18:58:55 +0800 |
commit | d483ff0fb09a1fba28813a9fa51e05cff46282b9 (patch) | |
tree | ee2a5d426813b5cc4c5bc600f588e1508764b631 /lang/expect/Makefile | |
parent | 32a94c9b34409519b1f8ef66bc21083f39db35f4 (diff) | |
download | freebsd-ports-gnome-d483ff0fb09a1fba28813a9fa51e05cff46282b9.tar.gz freebsd-ports-gnome-d483ff0fb09a1fba28813a9fa51e05cff46282b9.tar.zst freebsd-ports-gnome-d483ff0fb09a1fba28813a9fa51e05cff46282b9.zip |
Freeze shared lib version number, as requested by Satoshi.
Set {TCL,TK}_BUILD_LIB_SPEC to {TCL,TK}_LIB_SPEC. We no longer need
the BUILD_DEPENDS.
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r-- | lang/expect/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 8944c73e6b33..3822f7be7003 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,7 +3,7 @@ # Whom: pst # Version required: 5.25 # -# $Id: Makefile,v 1.25 1997/10/17 05:27:40 asami Exp $ +# $Id: Makefile,v 1.26 1997/11/10 11:27:34 asami Exp $ # DISTNAME= expect @@ -14,8 +14,6 @@ MASTER_SITES= http://expect.nist.gov/ \ MAINTAINER= ports@freebsd.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/lang/tcl80:build \ - /nonexistent:${PORTSDIR}/x11/tk80:build LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 \ tk80\\.1:${PORTSDIR}/x11/tk80 |