diff options
author | asami <asami@FreeBSD.org> | 1998-10-21 15:09:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-21 15:09:58 +0800 |
commit | 5473023acc9e877952438393a441efbb4aaaec14 (patch) | |
tree | cb1d53b16d3116dfecb1bd9798950f2d6e0cbabe /print | |
parent | e17a7956523a4ca890f45f2a05e83a05cb52a35b (diff) | |
download | freebsd-ports-gnome-5473023acc9e877952438393a441efbb4aaaec14.tar.gz freebsd-ports-gnome-5473023acc9e877952438393a441efbb4aaaec14.tar.zst freebsd-ports-gnome-5473023acc9e877952438393a441efbb4aaaec14.zip |
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 |