diff options
author | agc <agc> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-30 13:56:55 +0000 |
commit | a4f26ebe1ae83222fe52b008eb3053dbcb7bf063 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /lang/expect | |
parent | 0db0fc6fc6c94e5c32f0348a48267f2d3c64e4e6 (diff) | |
download | pkgsrc-a4f26ebe1ae83222fe52b008eb3053dbcb7bf063.tar.gz |
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 77e8d74a29b..992db239e45 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,7 +3,7 @@ # Whom: pst # Version required: 5.25 # -# $NetBSD: Makefile,v 1.3 1998/01/27 18:03:25 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:19 agc Exp $ # FreeBSD Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp # @@ -14,7 +14,7 @@ MASTER_SITES= http://expect.nist.gov/ MAINTAINER= ports@freebsd.org -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11/tk80 WRKSRC= ${WRKDIR}/expect-5.25 |