aboutsummaryrefslogtreecommitdiff
path: root/japanese/slrn
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-16 05:06:45 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-16 05:06:45 +0000
commit84fe26a6ce89e1af14fad603c2455dc3813e06fc (patch)
tree19c12786b9742997afb179942bbdf3158a71de95 /japanese/slrn
parentedd89c66c129b79eea759a7804df9229ae979e7e (diff)
downloadports-84fe26a6ce89e1af14fad603c2455dc3813e06fc.tar.gz
ports-84fe26a6ce89e1af14fad603c2455dc3813e06fc.zip
Mark BROKEN for ELF:
cd /usr/ports/japanese/slrn/work/slrn/src/objs; cc art.o chmap.o editscore.o group.o grplens.o hash.o help.o interp.o khenkan.o menu.o mime.o misc.o post.o score.o server.o sortdate.o slrn.o startup.o ttymsg.o util.o uudecode.o xover.o slrndir.o version.o print.o -o slrn -L/usr/local/lib -lslang -ltermcap -lm art.o: In function `wrap_article': art.o(.text+0xc78): undefined reference to `kanji_pos'
Notes
Notes: svn path=/head/; revision=14058
Diffstat (limited to 'japanese/slrn')
-rw-r--r--japanese/slrn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/slrn/Makefile b/japanese/slrn/Makefile
index 868442b74e79..baa86e7bd345 100644
--- a/japanese/slrn/Makefile
+++ b/japanese/slrn/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 Jun 1998
# Whom: Takashi Mega <mega@minz.org>
#
-# $Id: Makefile,v 1.1.1.1 1998/07/20 03:04:32 steve Exp $
+# $Id: Makefile,v 1.2 1998/10/09 10:05:50 asami Exp $
DISTNAME= slrn0.9.5.2
PKGNAME= ja-slrn-0.9.5.2
@@ -17,6 +17,8 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= mega@minz.org
+BROKEN_ELF= yes
+
LIB_DEPENDS= slang.1:${PORTSDIR}/japanese/libslang
WRKSRC= ${WRKDIR}/slrn