Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2015 19:12:35 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392593 - in head: japanese/tex-ptex print/tex-aleph
Message-ID:  <201507201912.t6KJCZbJ012839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507201912.t6KJCZbJ012839>