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.
This commit is contained in:
parent
c0780ce71e
commit
0e05c50141
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6068
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue