diff options
author | wiz <wiz> | 2004-07-11 00:11:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-07-11 00:11:53 +0000 |
commit | 067eafdc2ff424cfcd92cb5d1cf2c25653df542c (patch) | |
tree | 9b619fa87a0daed2e9ae4e5a7610e25bd5de0523 /games/abuse/Makefile | |
parent | dc3ce7715b33080d883a4e52b8c750067b563480 (diff) | |
download | pkgsrc-067eafdc2ff424cfcd92cb5d1cf2c25653df542c.tar.gz |
Add USE_LANGUAGES line.
Diffstat (limited to 'games/abuse/Makefile')
-rw-r--r-- | games/abuse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile index fef9f50cec3..06286921a1e 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/24 13:30:55 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/07/11 00:11:53 wiz Exp $ DISTNAME= abuse_pd PKGNAME= abuse-2.0 @@ -15,6 +15,7 @@ USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="${X11_LDFLAGS}" USE_GNU_TOOLS+= make +USE_LANGUAGES+= c c++ NOT_FOR_PLATFORM= NetBSD-*-arm32 |