Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 2015 19:19:42 +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: r392944 - head/devel/tex-synctex
Message-ID:  <201507261919.t6QJJgu9018198@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Sun Jul 26 19:19:41 2015
New Revision: 392944
URL: https://svnweb.freebsd.org/changeset/ports/392944

Log:
  Fix build.
  
  Spotted by:	mat

Modified:
  head/devel/tex-synctex/Makefile

Modified: head/devel/tex-synctex/Makefile
==============================================================================
--- head/devel/tex-synctex/Makefile	Sun Jul 26 19:19:36 2015	(r392943)
+++ head/devel/tex-synctex/Makefile	Sun Jul 26 19:19:41 2015	(r392944)
@@ -2,6 +2,7 @@
 
 PORTNAME=	synctex
 PORTVERSION=	1.17.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	TEX_CTAN/systems/texlive/Source/
 PKGNAMEPREFIX=	tex-
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/synctexdir/READM
 
 CONFLICTS=	tex-web2c-20150521
 USES=		libtool pkgconfig tar:xz
-USE_TEX=	yes
+USE_TEX=	kpathsea
 USE_LDCONFIG=	yes
 EXTRACT_AFTER_ARGS=	${EXTRACT_FILES:S,^,${DISTNAME}/,}
 EXTRACT_FILES=	build-aux texk/web2c



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