diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-21 07:09:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-21 07:09:58 +0000 |
commit | b0535730d8cc1992037d487ca6d9a45f77dee1e4 (patch) | |
tree | 9841baac0d3907946cccfa83001f6162178cdea1 /print | |
parent | Take over as maintainer. Fix manual page placement problem. (diff) |
yatex-xemacs depends on bash to build.
Diffstat (limited to 'print')
-rw-r--r-- | print/yatex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile index f54ac884010d..1ed8241a731a 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Feb. 1998 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/14 00:16:07 kuriyama Exp $ # DISTNAME= yatex9805062331 @@ -21,7 +21,8 @@ PLIST= ${.CURDIR}/pkg/PLIST WRKSRC= ${WRKDIR}/yatex${VERSION} .if defined(XEMACS-MULE) BUILD_DEPENDS= xemacs:${PORTSDIR}/editors/xemacs-mule \ - nkf:${PORTSDIR}/japanese/nkf + nkf:${PORTSDIR}/japanese/nkf \ + bash:${PORTSDIR}/shells/bash2 .endif VERSION= 1.65.6 |