summaryrefslogtreecommitdiff
path: root/lang/elk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-07-10 11:49:55 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-07-10 11:49:55 +0000
commit6c6669ec1e2eb9f376471686d16986dfd7fd5f0a (patch)
tree557d6b37decf8a6688ed82be74b847ffc3e7cc4a /lang/elk
parent8b4fe32349c971162ce6d53cf46ad1d1ab476a69 (diff)
downloadpkgsrc-6c6669ec1e2eb9f376471686d16986dfd7fd5f0a.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 ;; \