diff options
| author | uebayasi <uebayasi> | 2005-03-06 03:25:12 +0000 |
|---|---|---|
| committer | uebayasi <uebayasi> | 2005-03-06 03:25:12 +0000 |
| commit | d12f2172b4ce99ff4d3d3bcca5e05e544b861d8f (patch) | |
| tree | c0c801f0c3a4553066f4b16871d0692bbc7c607b /textproc/freepwing | |
| parent | 7a62b4c170f1d8a64b34f4d8fcf8f5aca67a8c52 (diff) | |
| download | pkgsrc-d12f2172b4ce99ff4d3d3bcca5e05e544b861d8f.tar.gz | |
Update freepwing to 1.4.4nb1; add a missing dependency against
p5-Jcode.
Diffstat (limited to 'textproc/freepwing')
| -rw-r--r-- | textproc/freepwing/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/freepwing/Makefile b/textproc/freepwing/Makefile index fe1cc3d945b..1367a66f93e 100644 --- a/textproc/freepwing/Makefile +++ b/textproc/freepwing/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2005/03/05 10:39:10 uebayasi Exp $ +# $NetBSD: Makefile,v 1.6 2005/03/06 03:25:13 uebayasi Exp $ DISTNAME= freepwing-1.4.4 +PKGREVISION= 1 CATEGORIES= japanese textproc MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/ @@ -8,6 +9,8 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://www.sra.co.jp/people/m-kasahr/freepwing/ 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 USE_GNU_TOOLS+= make |
