diff options
author | hrs <hrs@FreeBSD.org> | 2007-04-24 21:14:01 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2007-04-24 21:14:01 +0800 |
commit | 3726a60af22fe796dfaab4c725bb7a0df729accc (patch) | |
tree | bb67ff8ee3016ee6748bbd6e6c7f661308bb1420 /japanese | |
parent | 461d2cab3ea10b7c708178a6256fbadb7e98c5d6 (diff) | |
download | freebsd-ports-gnome-3726a60af22fe796dfaab4c725bb7a0df729accc.tar.gz freebsd-ports-gnome-3726a60af22fe796dfaab4c725bb7a0df729accc.tar.zst freebsd-ports-gnome-3726a60af22fe796dfaab4c725bb7a0df729accc.zip |
Fix build:
- Use USE_GHOSTSCRIPT instead of defining it in BUILD_DEPENDS.
- Add dependency of japanese/ipa-ttfonts.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/latex2html/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/latex2html/Makefile b/japanese/latex2html/Makefile index 6377fc9cac8c..9f47651d64d9 100644 --- a/japanese/latex2html/Makefile +++ b/japanese/latex2html/Makefile @@ -7,7 +7,7 @@ PORTNAME= latex2html PORTVERSION= ${VERSION}j${JP_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support/${PORTNAME} @@ -23,7 +23,7 @@ COMMENT= Japanese LaTeX2HTML with JA patch BUILD_DEPENDS= platex:${PORTSDIR}/japanese/ptex \ dvips:${PORTSDIR}/japanese/dvipsk \ - gs:${PORTSDIR}/japanese/ghostscript-gnu-jpnfont \ + ${LOCALBASE}/share/ipa-ttfonts/fonts/COPYING.font.ja:${PORTSDIR}/japanese/ipa-ttfonts \ anytopnm:${PORTSDIR}/graphics/netpbm CONFLICTS= latex2html-[0-9]* @@ -32,6 +32,7 @@ VERSION= 2002.2.1 JP_VERSION= 2.0 USE_PERL5= yes +USE_GHOSTSCRIPT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --shlibdir=${DATADIR} \ --enable-png \ |