diff options
Diffstat (limited to 'japanese/dvipsk')
-rw-r--r-- | japanese/dvipsk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/dvipsk/Makefile b/japanese/dvipsk/Makefile index 0b55bb59a84d..d489ecc45077 100644 --- a/japanese/dvipsk/Makefile +++ b/japanese/dvipsk/Makefile @@ -7,7 +7,7 @@ PORTNAME= dvipsk PORTVERSION= 5.95b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ${MASTER_SITE_LOCAL:S,%SUBDIR%,hrs/teTeX,:S,$,:udvipspatch,} @@ -89,7 +89,8 @@ LIBWWW_PREFIX?= ${LOCALBASE} LIBT1_PREFIX?= ${LOCALBASE} UPDMAP_SYS= ${LOCALBASE}/bin/updmap-sys --progname=ptex -TEXCONFIGBIN= ${LOCALBASE}/bin/texconfig-sys +TEXCONFIGBIN= ${SETENV} TEXCONFIGINPUTS=\$$TEXMF/texconfig/ptex/ \ + ${LOCALBASE}/bin/texconfig-sys post-configure: cd ${PATCH_WRKSRC} && \ |