diff options
author | asami <asami@FreeBSD.org> | 1997-11-19 10:48:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-19 10:48:59 +0800 |
commit | a3724c2465e84ec896e0d871eb3ec6a2a2debaf5 (patch) | |
tree | c1e3722a39509288ae424f7d701efdd1b06e00c0 /irc/zircon | |
parent | 4472d46031bfea60958bff0fad213e51a6c4effe (diff) | |
download | freebsd-ports-gnome-a3724c2465e84ec896e0d871eb3ec6a2a2debaf5.tar.gz freebsd-ports-gnome-a3724c2465e84ec896e0d871eb3ec6a2a2debaf5.tar.zst freebsd-ports-gnome-a3724c2465e84ec896e0d871eb3ec6a2a2debaf5.zip |
Just a little variable reordering.
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) |