diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-20 16:28:49 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-20 16:28:49 +0000 |
commit | bc948412ab0c35c722a1091e0246c1a8251219d1 (patch) | |
tree | e7ccd6d92b670bcbba798a591541236ef7a7325c /japanese/xdvik/Makefile | |
parent | e292d5f8975318297439a254e76c69a674e78948 (diff) |
- Repocopy from japanese/xdvik-vflib to japanese/xdvik because
it no longer depends on VFlib.
- Fix kpathsea searching order. This (Japanese version
of xdvik) now uses $TEXMF/web2c-ptex/texmf.cnf first.
- Some style changes.
Notes
Notes:
svn path=/head/; revision=116786
Diffstat (limited to 'japanese/xdvik/Makefile')
-rw-r--r-- | japanese/xdvik/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/xdvik/Makefile b/japanese/xdvik/Makefile index f9dced046da1..b189c5e3724f 100644 --- a/japanese/xdvik/Makefile +++ b/japanese/xdvik/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdvik PORTVERSION= ${VERSION_XDVIK}.${VERSION_JPATCH} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xdvi @@ -22,8 +22,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= hrs@FreeBSD.org COMMENT= DVI Previewer(kpathsearch) for X. + freetype support -.include <bsd.port.pre.mk> - BUILD_DEPENDS= tetex-modesw:${PORTSDIR}/print/tex-texmflocal \ ${LOCALBASE}/${TEXMF}/LICENSE.texmf:${PORTSDIR}/print/teTeX-texmf \ mktexlsr:${PORTSDIR}/print/teTeX-base @@ -33,7 +31,6 @@ RUN_DEPENDS= tetex-modesw:${PORTSDIR}/print/tex-texmflocal \ ${LOCALBASE}/${TEXMF}/fonts/tfm/ptex/min10.tfm:${PORTSDIR}/japanese/ptex-tetex \ ${X11BASE}/${TTFMINCHO}:${PORTSDIR}/japanese/kochi-ttfonts \ ${X11BASE}/${TTFGOTHIC}:${PORTSDIR}/japanese/kochi-ttfonts - LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ wwwcore.1:${PORTSDIR}/www/libwww \ t1.5:${PORTSDIR}/devel/t1lib @@ -91,6 +88,8 @@ PKGINSTALL_SUB= TETEX_MODESW=${TETEX_MODESW} \ PLIST_SUB= TEXMF=${TEXMF} +.include <bsd.port.pre.mk> + BDPI?= 600 SHRINK?= 6 DVIPS?= dvips |