svn commit: r318262 - in head/devel: tex-kpathsea tex-web2c

Hiroki Sato hrs at FreeBSD.org
Wed May 15 19:54:00 UTC 2013


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 \


More information about the svn-ports-all mailing list