diff options
author | asami <asami@FreeBSD.org> | 1997-03-30 12:40:11 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-30 12:40:11 +0000 |
commit | 4f8c45df2e5db2e23314eb3ee16127d9d343482a (patch) | |
tree | 428499e753a289983cb1ab5a6ece6de35b39b4f8 /japanese/man | |
parent | 894ba062989a79e5adaa6e8d968c0eef47f5cce6 (diff) | |
download | FreeBSD-ports-4f8c45df2e5db2e23314eb3ee16127d9d343482a.zip FreeBSD-ports-4f8c45df2e5db2e23314eb3ee16127d9d343482a.tar.gz |
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.
Diffstat (limited to 'japanese/man')
-rw-r--r-- | japanese/man/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 <kiri@kiri.toba-cmt.ac.jp> # -# $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 |