diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-11-22 02:21:13 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-11-22 02:21:13 +0000 |
commit | 378041d9b3ddd35f00f407a50e300afac4211c2e (patch) | |
tree | d96b987f829279d5f5d5a34dcc927df636f89e42 /textproc/eb | |
parent | 7fdd24427d867307a1241ce2a89d8a59b7e797b8 (diff) | |
download | pkgsrc-378041d9b3ddd35f00f407a50e300afac4211c2e.tar.gz |
EB 4.x needs Perl to build documents. Noted by kristerw@.
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 a1f0b975f79..11886d78a60 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/11/21 01:37:36 uebayasi Exp $ +# $NetBSD: Makefile,v 1.24 2004/11/22 02:21:13 uebayasi Exp $ # FreeBSD Id: ports/japanese/eb/Makefile,v 1.21 2000/08/21 03:39:42 kevlo Exp # @@ -58,6 +58,7 @@ USE_PKGINSTALL= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES GNU_CONFIGURE= YES +USE_PERL5= build CONFIGURE_ARGS+= --with-zlib CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |