diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
commit | ab355eedb6e61d4d8ef9bca5415752a54f2b5d02 (patch) | |
tree | 030b3d92bb08524e5b2e5325ab25aa34929f271d /games/abuse/Makefile | |
parent | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (diff) | |
download | pkgsrc-ab355eedb6e61d4d8ef9bca5415752a54f2b5d02.tar.gz |
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'games/abuse/Makefile')
-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 0da1708f648..2ec938ec26d 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/02/02 17:38:36 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2007/02/22 19:30:03 wiz Exp $ DISTNAME= abuse_pd PKGNAME= abuse-2.0 @@ -15,7 +15,7 @@ USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS=${X11_LDFLAGS:Q} USE_TOOLS+= gmake gtar -USE_LANGUAGES+= c c++ +USE_LANGUAGES= c c++ NOT_FOR_PLATFORM= NetBSD-*-arm32 |