diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 01:56:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 01:56:37 +0000 |
commit | e793b4bbbb14a8e8a8b571e05da0ef970bea339b (patch) | |
tree | dd0a116f4d0ff6a63d200f49ad1d071bb3aed869 /irc/zircon | |
parent | EXEC_DEPENDS -> RUN_DEPENDS on archie. (diff) |
EXEC_DEPENDS -> BUILD_DEPENDS, RUN_DEPENDS on dpwish.
Diffstat (limited to 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 1f33df3316ac..cb93b38e1e54 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.3 1995/04/15 05:42:12 asami Exp $ +# $Id: Makefile,v 1.4 1995/08/19 07:59:28 pst Exp $ # DISTNAME= zircon-1.15p11 @@ -11,6 +11,7 @@ PKGNAME= zircon-1.15.11 CATEGORIES+= networking MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ -EXEC_DEPENDS= dpwish:${PORTSDIR}/net/tclDP +BUILD_DEPENDS= dpwish:${PORTSDIR}/net/tclDP +RUN_DEPENDS= dpwish:${PORTSDIR}/net/tclDP .include <bsd.port.mk> |