diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /japanese/latex2html/Makefile | |
parent | a9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Notes
Notes:
svn path=/head/; revision=145533
svn path=/tags/RELEASE_6_0_0/; revision=145534; tag=release/6.0.0
Diffstat (limited to 'japanese/latex2html/Makefile')
-rw-r--r-- | japanese/latex2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/latex2html/Makefile b/japanese/latex2html/Makefile index cf8df80c2151..516b371793a1 100644 --- a/japanese/latex2html/Makefile +++ b/japanese/latex2html/Makefile @@ -7,7 +7,7 @@ PORTNAME= latex2html PORTVERSION= ${VERSION}j${JP_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support/${PORTNAME} @@ -31,7 +31,7 @@ JP_VERSION= 2.0 USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --shlibdir=${DATADIR} \ - --disable-gif \ + --enable-png \ --with-perl=${PERL} \ --with-texpath=${LOCALBASE}/${TEXMFDIR}/ptex/platex/html PLIST_SUB= TEXMFDIR=${TEXMFDIR} |