diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-30 12:40:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-30 12:40:11 +0000 |
commit | 0e05c501412059e2a8c50b7139dcc7c3a6553d17 (patch) | |
tree | 42bca0d0af8e1b2c445fd7138ad91b2d777ba847 /japanese/man | |
parent | c0780ce71e3da480906488efe639113fae31d515 (diff) | |
download | ports-0e05c501412059e2a8c50b7139dcc7c3a6553d17.tar.gz ports-0e05c501412059e2a8c50b7139dcc7c3a6553d17.zip |
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.
Notes
Notes:
svn path=/head/; revision=6068
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 d8e24bf58e93..9a83a7f44eaf 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 |