svn commit: r392593 - in head: japanese/tex-ptex print/tex-aleph

Hiroki Sato hrs at FreeBSD.org
Mon Jul 20 19:12:35 UTC 2015


Author: hrs
Date: Mon Jul 20 19:12:34 2015
New Revision: 392593
URL: https://svnweb.freebsd.org/changeset/ports/392593

Log:
  Add missing dependency.

Modified:
  head/japanese/tex-ptex/Makefile
  head/print/tex-aleph/Makefile

Modified: head/japanese/tex-ptex/Makefile
==============================================================================
--- head/japanese/tex-ptex/Makefile	Mon Jul 20 16:39:01 2015	(r392592)
+++ head/japanese/tex-ptex/Makefile	Mon Jul 20 19:12:34 2015	(r392593)
@@ -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_TEXL
 MAINTAINER=	hrs at 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

Modified: head/print/tex-aleph/Makefile
==============================================================================
--- head/print/tex-aleph/Makefile	Mon Jul 20 16:39:01 2015	(r392592)
+++ head/print/tex-aleph/Makefile	Mon Jul 20 19:12:34 2015	(r392593)
@@ -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_TEXL
 MAINTAINER=	hrs at 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


More information about the svn-ports-head mailing list