summaryrefslogtreecommitdiff
path: root/math/xlispstat/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>1999-01-01 09:03:36 +0000
committergarbled <garbled>1999-01-01 09:03:36 +0000
commit184df64d3a64a23663bc45498999070f0a5b202c (patch)
treed5dc7c1623374e046aac4a4f19dc84b942df08df /math/xlispstat/Makefile
parent249fcc865b9d12cd1205f785f7b7bd6cb796d127 (diff)
downloadpkgsrc-184df64d3a64a23663bc45498999070f0a5b202c.tar.gz
Make this pkg build on ELF by not overriding the LDFLAGS, then turn around
and disable it on alpha because it core dumps.. Wheee!
Diffstat (limited to 'math/xlispstat/Makefile')
-rw-r--r--math/xlispstat/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile
index c5379d35d0b..f53a57fb132 100644
--- a/math/xlispstat/Makefile
+++ b/math/xlispstat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/12/21 10:45:31 frueauf Exp $
+# $NetBSD: Makefile,v 1.3 1999/01/01 09:03:36 garbled Exp $
# FreeBSD Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp
#
@@ -15,6 +15,8 @@ CONFLICTS= xlispstat-3.52.5
GNU_CONFIGURE= yes
USE_X11= yes
+NOT_FOR_ARCHS= alpha #core dumps
+
ALL_TARGET= xlispstat
.include "../../mk/bsd.pkg.mk"