Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2013 19:53:59 +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: r318262 - in head/devel: tex-kpathsea tex-web2c
Message-ID:  <201305151953.r4FJrxvT078614@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Wed May 15 19:53:59 2013
New Revision: 318262
URL: http://svnweb.freebsd.org/changeset/ports/318262

Log:
  Add USE_TEX=texlive.

Modified:
  head/devel/tex-kpathsea/Makefile
  head/devel/tex-web2c/Makefile

Modified: head/devel/tex-kpathsea/Makefile
==============================================================================
--- head/devel/tex-kpathsea/Makefile	Wed May 15 19:43:20 2013	(r318261)
+++ head/devel/tex-kpathsea/Makefile	Wed May 15 19:53:59 2013	(r318262)
@@ -15,7 +15,7 @@ COMMENT=	Path searching library for TeX
 USE_XZ=		yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_TEX=	yes
+USE_TEX=	texlive
 EXTRACT_AFTER_ARGS=	${EXTRACT_FILES}
 EXTRACT_FILES=	${DISTNAME}/build-aux \
 		${DISTNAME}/texk/kpathsea

Modified: head/devel/tex-web2c/Makefile
==============================================================================
--- head/devel/tex-web2c/Makefile	Wed May 15 19:43:20 2013	(r318261)
+++ head/devel/tex-web2c/Makefile	Wed May 15 19:53:59 2013	(r318262)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	openjpeg:${PORTSDIR}/graphi
 
 USE_XZ=		yes
 USE_GMAKE=	yes
-USE_TEX=	kpathsea
+USE_TEX=	texlive kpathsea
 USES=		pkgconfig
 EXTRACT_AFTER_ARGS=	${EXTRACT_FILES}
 EXTRACT_FILES=	${DISTNAME}/build-aux \



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