summaryrefslogtreecommitdiff
path: root/textproc/freepwing/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/freepwing/Makefile')
-rw-r--r--textproc/freepwing/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/freepwing/Makefile b/textproc/freepwing/Makefile
index 22e8de45709..913ed541b39 100644
--- a/textproc/freepwing/Makefile
+++ b/textproc/freepwing/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2005/07/16 01:19:23 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/08/09 01:52:32 jlam Exp $
DISTNAME= freepwing-1.4.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= japanese textproc
MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/
@@ -11,9 +11,10 @@ COMMENT= Free JIS X 4081 (subset of EPWING V1) formatter
DEPENDS+= p5-Jcode-[0-9]*:../../converters/p5-Jcode
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-pkgdocdir=${PREFIX}/share/doc/freepwing
-CONFIGURE_ENV+= GNUMAKE="${GMAKE}"
-USE_TOOLS+= gmake perl:run
+USE_TOOLS+= gmake perl:run
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-perllibdir=${PERL5_INSTALLVENDORLIB}
+CONFIGURE_ARGS+= --with-pkgdocdir=${PREFIX}/share/doc/freepwing
+CONFIGURE_ENV+= GNUMAKE="${GMAKE}"
.include "../../mk/bsd.pkg.mk"