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 /www/wwwoffle/Makefile | |
parent | 578edcd385551fbafb4827036ad4654689210ee5 (diff) | |
download | pkgsrc-7425b543e8f92cf560a58d4bf6db6c156cca9e85.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r-- | www/wwwoffle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index a7f6a980966..1b20bd97e31 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2005/05/07 11:02:47 abs Exp $ +# $NetBSD: Makefile,v 1.55 2005/05/16 01:15:34 jlam Exp $ DISTNAME= wwwoffle-2.8e CATEGORIES= www @@ -10,6 +10,7 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/ COMMENT= WWW proxy with support for offline browsing +USE_TOOLS+= gtar USE_GNU_TOOLS+= make USE_PKGINSTALL= yes GNU_CONFIGURE= yes |