diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-20 19:12:34 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-20 19:12:34 +0000 |
commit | 31f879d97d926c5d9aeb30961faf979d14056cc8 (patch) | |
tree | ad05c9a7851d673c5e467e13a181283b4d4f7966 /japanese | |
parent | 1a5152dbf323f6d76bc1572d9a3669513fe5c6c2 (diff) | |
download | ports-31f879d97d926c5d9aeb30961faf979d14056cc8.tar.gz ports-31f879d97d926c5d9aeb30961faf979d14056cc8.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tex-ptex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/tex-ptex/Makefile b/japanese/tex-ptex/Makefile index ba80ccbd5a50..ead6519b0793 100644 --- a/japanese/tex-ptex/Makefile +++ b/japanese/tex-ptex/Makefile @@ -2,6 +2,7 @@ PORTNAME= ptex PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= japanese print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= ja-tex- @@ -14,7 +15,7 @@ EXTRACT_ONLY= texlive-${DISTVERSION_TEXLIVE_SOURCE}-source${EXTRACT_SUFX} MAINTAINER= hrs@FreeBSD.org COMMENT= ASCII Japanese pTeX -USES= tar:xz gmake +USES= tar:xz gmake pkgconfig USE_TEX= kpathsea web2c ptexenc texmf formats fmtutil USE_XORG= pixman USE_GNOME= cairo |