diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-20 12:41:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-20 12:41:01 +0000 |
commit | dfacd0197f0b305fbe0388fd415b247045a4187f (patch) | |
tree | c9740ec9c70d8b8efe744b26fbdc37022e185b08 /japanese/diclookup-emacs20 | |
parent | c6574786e94582ae1c22816a8c31fc272ac971bc (diff) |
Broken for non-ELF systems too.
Notes
Notes:
svn path=/head/; revision=14125
Diffstat (limited to 'japanese/diclookup-emacs20')
-rw-r--r-- | japanese/diclookup-emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/diclookup-emacs20/Makefile b/japanese/diclookup-emacs20/Makefile index 2180222f4c27..9f433fb5a7e4 100644 --- a/japanese/diclookup-emacs20/Makefile +++ b/japanese/diclookup-emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Jan 1998 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.2 1998/08/07 22:43:07 asami Exp $ +# $Id: Makefile,v 1.3 1998/10/16 02:04:48 jseger Exp $ # DISTNAME= diclookup-mule-2.3.3 @@ -16,7 +16,7 @@ PATCHFILES= diclookup-mule-2.3.3-wave-patch.gz MAINTAINER= mita@jp.FreeBSD.org -BROKEN_ELF= yes +BROKEN= tries to install in /usr/local/lib/mule/site-lisp RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/non-cjk/fonts.dir:${PORTSDIR}/x11-fonts/etlfonts BUILD_DEPENDS= mule:${PORTSDIR}/japanese/mule-wnn4 |