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 | c39d3036c6cae80e3eaf5e0d668a35f36e3e0909 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /games/abuse | |
parent | c1aec0ffb721a6dc0787d449ab94fb56f534f507 (diff) | |
download | pkgsrc-c39d3036c6cae80e3eaf5e0d668a35f36e3e0909.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 |