diff options
author | abs <abs@pkgsrc.org> | 2000-11-21 16:57:47 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-11-21 16:57:47 +0000 |
commit | cd57d5bcda91a3dc36c7f6475cda5f481cdbf36c (patch) | |
tree | 7d83808e141c30ee82601f4e3532960db59ea2eb /games/abuse | |
parent | 63af617d5bdfce7885c4386655d952f3994ce4f6 (diff) | |
download | pkgsrc-cd57d5bcda91a3dc36c7f6475cda5f481cdbf36c.tar.gz |
Broken on NetBSD/arm32
Diffstat (limited to 'games/abuse')
-rw-r--r-- | games/abuse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile index f4e1c9c2616..d0968beb73d 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/05 17:14:12 mycroft Exp $ +# $NetBSD: Makefile,v 1.7 2000/11/21 16:57:47 abs Exp $ DISTNAME= abuse_pd PKGNAME= abuse-2.0 @@ -14,6 +14,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="-Wl,-R${X11BASE}/lib" USE_GMAKE= yes +NOT_FOR_PLATFORM= NetBSD-*-arm32 + post-extract: cd ${WRKSRC}/abuse && \ ${GZCAT} ${DISTDIR}/abuse_data.tar.gz | ${GTAR} xf - |