diff options
author | asami <asami@FreeBSD.org> | 1998-10-21 07:09:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-21 07:09:58 +0000 |
commit | 5473023acc9e877952438393a441efbb4aaaec14 (patch) | |
tree | cb1d53b16d3116dfecb1bd9798950f2d6e0cbabe /print/yatex | |
parent | e17a7956523a4ca890f45f2a05e83a05cb52a35b (diff) | |
download | FreeBSD-ports-5473023acc9e877952438393a441efbb4aaaec14.zip FreeBSD-ports-5473023acc9e877952438393a441efbb4aaaec14.tar.gz |
yatex-xemacs depends on bash to build.
Diffstat (limited to 'print/yatex')
-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 f54ac88..1ed8241 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 |