diff options
Diffstat (limited to 'mbone/imm/Makefile')
-rw-r--r-- | mbone/imm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/imm/Makefile b/mbone/imm/Makefile index fb7dc73452c2..2a34b3cce733 100644 --- a/mbone/imm/Makefile +++ b/mbone/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> |