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 /textproc/eb | |
parent | c1aec0ffb721a6dc0787d449ab94fb56f534f507 (diff) | |
download | pkgsrc-c39d3036c6cae80e3eaf5e0d668a35f36e3e0909.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'textproc/eb')
-rw-r--r-- | textproc/eb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile index 038ad900dbe..f47f9dcf7a0 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:47:34 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/05/16 01:15:33 jlam Exp $ DISTNAME= eb-4.1.3 CATEGORIES= textproc japanese @@ -56,6 +56,7 @@ USE_GNU_TOOLS+= make USE_LIBTOOL= YES GNU_CONFIGURE= YES USE_PERL5= build +PKGSRC_USE_TOOLS+= gtar CONFIGURE_ARGS+= --with-zlib CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |