diff options
author | asami <asami@FreeBSD.org> | 1998-10-20 12:41:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-20 12:41:01 +0000 |
commit | 329a416c3744fada31a41d5633409617238316c9 (patch) | |
tree | 5d58a9e76c69a4adedad63112447b4874bcbe59f /japanese/diclookup-mule | |
parent | dd20a550c96e46553497c95ad7d412ac820b0f2f (diff) | |
download | FreeBSD-ports-329a416c3744fada31a41d5633409617238316c9.zip FreeBSD-ports-329a416c3744fada31a41d5633409617238316c9.tar.gz |
Broken for non-ELF systems too.
Diffstat (limited to 'japanese/diclookup-mule')
-rw-r--r-- | japanese/diclookup-mule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/diclookup-mule/Makefile b/japanese/diclookup-mule/Makefile index 2180222..9f433fb 100644 --- a/japanese/diclookup-mule/Makefile +++ b/japanese/diclookup-mule/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 |