diff options
Diffstat (limited to 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index e50e159b4f08..89b4b1b21414 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1995 # Whom: jkh / pst # -# $Id: Makefile,v 1.18 1997/10/01 21:01:25 jkh Exp $ +# $Id: Makefile,v 1.19 1997/11/15 20:25:09 pst Exp $ # DISTNAME= zircon-1.18.71 @@ -12,12 +12,12 @@ MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ MAINTAINER= ports@FreeBSD.org -IS_INTERACTIVE= yes -NO_BUILD= yes - BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +IS_INTERACTIVE= yes +NO_BUILD= yes + do-install: (cd ${WRKSRC} && ./installZircon) |