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
commit303de5a3cbd7d8149d7edba260419cfbd7974e2a (patch)
treed5dc7c1623374e046aac4a4f19dc84b942df08df /math/xlispstat/Makefile
parent461c56c33b10d1a201a474ac750bd8875c55ad82 (diff)
downloadpkgsrc-303de5a3cbd7d8149d7edba260419cfbd7974e2a.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"