diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-20 04:42:23 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-20 04:42:23 +0000 |
commit | fde2198f56f4a95da7ac995046fea909c30b946c (patch) | |
tree | 0861a7d393e3bd8908de3108b583d8c0435a17c8 /print/tex-ptexenc | |
parent | 715c085e5af0aa74ccc4f4f17361db9b1084ea18 (diff) |
Notes
Diffstat (limited to 'print/tex-ptexenc')
-rw-r--r-- | print/tex-ptexenc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-ptexenc/Makefile b/print/tex-ptexenc/Makefile index 380031fc651a..15b5abdba3ff 100644 --- a/print/tex-ptexenc/Makefile +++ b/print/tex-ptexenc/Makefile @@ -2,6 +2,7 @@ PORTNAME= ptexenc PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- @@ -11,7 +12,7 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= Library for Japanese pTeX and its tools -USES= tar:xz libtool +USES= tar:xz libtool pkgconfig USE_TEX= kpathsea USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc |