From 4f8c45df2e5db2e23314eb3ee16127d9d343482a Mon Sep 17 00:00:00 2001 From: asami Date: Sun, 30 Mar 1997 12:40:11 +0000 Subject: No port (unless it is NO_PACKAGE) is allowed to run-depend on mule because the explicit package name will be put in to the package as a dependency in that case, and there are several mule ports around. I remember mentioning this in the Japanese mailing lists before when this topic came up, but apparently it didn't sink in. Add a comment right in front of RUN_DEPEND so it can't be missed. --- japanese/man/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'japanese/man') diff --git a/japanese/man/Makefile b/japanese/man/Makefile index d8e24bf..9a83a7f4 100644 --- a/japanese/man/Makefile +++ b/japanese/man/Makefile @@ -3,7 +3,7 @@ # Date created: 4 December 1996 # Whom: Kiriyama Kazuhiko # -# $Id: Makefile,v 1.5 1997/02/14 05:20:11 asami Exp $ +# $Id: Makefile,v 1.6 1997/03/30 02:57:16 max Exp $ # DISTNAME= jp-man-1.1 @@ -13,9 +13,10 @@ MASTER_SITES= ftp://jaz.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ \ MAINTAINER= kiri@kiri.toba-cmt.ac.jp +#do not run-depend on mule because dependency will be pulled in to package +#and we don't know which one the user wants RUN_DEPENDS= ${PREFIX}/bin/groff:${PORTSDIR}/japanese/groff \ - jless:${PORTSDIR}/japanese/less \ - mule:${PORTSDIR}/editors/mule + jless:${PORTSDIR}/japanese/less JMANELDIR= ${PREFIX}/lib/mule/site-lisp/jman -- cgit v1.1