diff options
author | hrs <hrs@FreeBSD.org> | 2015-07-20 12:42:23 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-07-20 12:42:23 +0800 |
commit | 9db3a6e0bd0bc3a4d12be0b798fb8ee3ca2c7ed6 (patch) | |
tree | 0861a7d393e3bd8908de3108b583d8c0435a17c8 /print | |
parent | 6f26c0fa02faa8f258c165a1aaa28946fc63f773 (diff) | |
download | freebsd-ports-gnome-9db3a6e0bd0bc3a4d12be0b798fb8ee3ca2c7ed6.tar.gz freebsd-ports-gnome-9db3a6e0bd0bc3a4d12be0b798fb8ee3ca2c7ed6.tar.zst freebsd-ports-gnome-9db3a6e0bd0bc3a4d12be0b798fb8ee3ca2c7ed6.zip |
Fix dependency.
PR: 201705
Diffstat (limited to 'print')
-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 |