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 | |
| parent | Backport patch for CVE and bump PORTREVISION (diff) | |
Add missing dependency.
| -rw-r--r-- | japanese/tex-ptex/Makefile | 3 | ||||
| -rw-r--r-- | print/tex-aleph/Makefile | 4 |
2 files changed, 4 insertions, 3 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 diff --git a/print/tex-aleph/Makefile b/print/tex-aleph/Makefile index b34a6bba26aa..0eac497f8e88 100644 --- a/print/tex-aleph/Makefile +++ b/print/tex-aleph/Makefile @@ -2,7 +2,7 @@ PORTNAME= aleph PORTVERSION= 1.15.2.1.r.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- @@ -15,7 +15,7 @@ EXTRACT_ONLY= texlive-${DISTVERSION_TEXLIVE_SOURCE}-source${EXTRACT_SUFX} MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Engine including Omega and e-TeX features -USES= gmake tar:xz +USES= gmake tar:xz pkgconfig USE_TEX= kpathsea web2c texmf formats fmtutil USE_XORG= pixman USE_GNOME= cairo |
