diff options
author | wiz <wiz> | 2007-02-22 19:30:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:30:02 +0000 |
commit | fb5dc431a7711f32a2f31f78895eb8e04fcdfe44 (patch) | |
tree | 030b3d92bb08524e5b2e5325ab25aa34929f271d /games/abuse | |
parent | 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (diff) | |
download | pkgsrc-fb5dc431a7711f32a2f31f78895eb8e04fcdfe44.tar.gz |
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'games/abuse')
-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 |