diff options
author | asami <asami@FreeBSD.org> | 1995-10-04 09:56:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-04 09:56:37 +0800 |
commit | 28afa02e86e2061e4067cdf501bd90f952754905 (patch) | |
tree | 68c102f78ad96f3e47f7eea19d7664e0bd5e3a72 /irc/zircon | |
parent | 884c3214d4a93970d7a30150b05084f7351f7669 (diff) | |
download | freebsd-ports-gnome-28afa02e86e2061e4067cdf501bd90f952754905.tar.gz freebsd-ports-gnome-28afa02e86e2061e4067cdf501bd90f952754905.tar.zst freebsd-ports-gnome-28afa02e86e2061e4067cdf501bd90f952754905.zip |
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> |