diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-02-11 13:51:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-02-11 13:51:48 +0000 |
commit | 86793c984d6929b0d9d6e2f283fa7a6e24ad8846 (patch) | |
tree | 514f831b9b79e6406f53b572ee92815f71d23bd0 /net/imm | |
parent | 9f2b60a3787262636d15fcbbb497df01fcfce1c5 (diff) |
Notes
Diffstat (limited to 'net/imm')
-rw-r--r-- | net/imm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/imm/Makefile b/net/imm/Makefile index fb7dc73452c2..2a34b3cce733 100644 --- a/net/imm/Makefile +++ b/net/imm/Makefile @@ -3,13 +3,13 @@ # Date created: 13 October 1994 # Whom: wollman # -# $Id: Makefile,v 1.1.1.1 1994/10/13 00:50:38 wollman Exp $ +# $Id: Makefile,v 1.1.1.1 1994/10/14 01:37:11 wollman Exp $ # DISTNAME= imm-3.3 DISTFILES= imm-3.3-src.tar.Z MASTER_SITES= ftp://ftp.ucs.ed.ac.uk/pub/videoconference/imm/ WRKSRC= ${WRKDIR}/src -DEPENDS= ${PORTSDIR}/x11/tk +LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk .include <bsd.port.mk> |