diff options
author | abs <abs> | 2000-11-21 16:57:47 +0000 |
---|---|---|
committer | abs <abs> | 2000-11-21 16:57:47 +0000 |
commit | 8cb942ce3873f5737eff5828a8434a398344f743 (patch) | |
tree | 7d83808e141c30ee82601f4e3532960db59ea2eb /games | |
parent | f9329265e473521f4c49351a8d16bcece7c91497 (diff) | |
download | pkgsrc-8cb942ce3873f5737eff5828a8434a398344f743.tar.gz |
Broken on NetBSD/arm32
Diffstat (limited to 'games')
-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 - |