diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 02:55:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 02:55:02 +0000 |
commit | 068310b5fb45007bc211e31b3426e75a61bb3f90 (patch) | |
tree | ba0389646d12f878c1e9dc689d06a6e1f3571f7b | |
parent | 07f5988b5e133b6f36ab987cccfab55249aac66d (diff) | |
download | pkgsrc-068310b5fb45007bc211e31b3426e75a61bb3f90.tar.gz |
Use BROKEN_ON_PLATFORM for "broken on..."
-rw-r--r-- | games/abuse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile index a03fe0c5764..7258c0c0547 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/10/23 10:24:04 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/01/04 02:55:02 dholland Exp $ DISTNAME= abuse_pd PKGNAME= abuse-2.0 @@ -17,7 +17,7 @@ CONFIGURE_ENV+= LDFLAGS=${X11_LDFLAGS:Q} USE_TOOLS+= gmake gtar USE_LANGUAGES= c c++ -NOT_FOR_PLATFORM= NetBSD-*-arm32 +BROKEN_ON_PLATFORM= NetBSD-*-arm32 INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} \ mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} |