summaryrefslogtreecommitdiff
path: root/lang/elk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-07-10 11:49:55 +0000
committerdmcmahill <dmcmahill>2000-07-10 11:49:55 +0000
commitb787ed48d154c24962458cafe70995c07d6a65dd (patch)
tree557d6b37decf8a6688ed82be74b847ffc3e7cc4a /lang/elk
parentbe7a2ceabb9d6bbfa1fec6115dba6e8186cf0784 (diff)
downloadpkgsrc-b787ed48d154c24962458cafe70995c07d6a65dd.tar.gz
mark this as not for any NetBSD-ELF platforms until someone has time to port
it.
Diffstat (limited to 'lang/elk')
-rw-r--r--lang/elk/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile
index dd93a3ee21a..8f0d979991d 100644
--- a/lang/elk/Makefile
+++ b/lang/elk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2000/07/07 17:52:03 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.13 2000/07/10 11:49:55 dmcmahill Exp $
# FreeBSD Id: Makefile,v 1.15 1997/09/01 12:28:30 tg Exp
#
@@ -15,6 +15,12 @@ NOT_FOR_PLATFORM= *-*-alpha *-*-mips* #elf loading problems, LP64
ALL_TARGET= default
USE_X11= yes
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OBJECT_FMT} == "ELF" && ${OPSYS} == "NetBSD"
+IGNORE+= "has not yet been ported to NetBSD ELF platforms"
+.endif
+
do-configure:
@case `${MAKE} show-shlib-type` in \
a.out) exetype=aout ;; \