diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-16 09:12:22 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-16 09:12:22 +0800 |
commit | 5bba397632c6fa9df096ad095d8a9b654769af0c (patch) | |
tree | 629827a42f25719bfaf2d001b8bf615dd9820ffb /korean | |
parent | 163fc7f67bd130f19e86180e38f8c02cd23591ec (diff) | |
download | freebsd-ports-gnome-5bba397632c6fa9df096ad095d8a9b654769af0c.tar.gz freebsd-ports-gnome-5bba397632c6fa9df096ad095d8a9b654769af0c.tar.zst freebsd-ports-gnome-5bba397632c6fa9df096ad095d8a9b654769af0c.zip |
Mark BROKEn for ELF:
gmake[1]: *** No rule to make target `/usr/lib/crt0.o', needed by `temacs'. Stop.
gmake[1]: Leaving directory `/usr/ports/korean/hanemacs/work/hanemacs-19.34/src'
gmake: *** [src] Error 2
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hanemacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/korean/hanemacs/Makefile b/korean/hanemacs/Makefile index 0b91ab112177..27da4364b633 100644 --- a/korean/hanemacs/Makefile +++ b/korean/hanemacs/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Mar 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/17 22:25:54 kuriyama Exp $ # DISTNAME= hanemacs-19.34b-1 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/editor/HanEmacs/ \ MAINTAINER= junker@jazz.snu.ac.kr +BROKEN_ELF= yes + WRKSRC= ${WRKDIR}/hanemacs-19.34 GNU_CONFIGURE= yes USE_GMAKE= yes |