diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
commit | 7425b543e8f92cf560a58d4bf6db6c156cca9e85 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /games/abuse | |
parent | 578edcd385551fbafb4827036ad4654689210ee5 (diff) | |
download | pkgsrc-7425b543e8f92cf560a58d4bf6db6c156cca9e85.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'games/abuse')
-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 06286921a1e..2a67de93d90 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/07/11 00:11:53 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/05/16 01:15:31 jlam Exp $ DISTNAME= abuse_pd PKGNAME= abuse-2.0 @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="${X11_LDFLAGS}" USE_GNU_TOOLS+= make USE_LANGUAGES+= c c++ +PKGSRC_USE_TOOLS+= gtar NOT_FOR_PLATFORM= NetBSD-*-arm32 |