svn commit: r317773 - head/devel/tex-kpathsea

Hiroki Sato hrs at FreeBSD.org
Fri May 10 07:17:06 UTC 2013


Author: hrs
Date: Fri May 10 07:17:05 2013
New Revision: 317773
URL: http://svnweb.freebsd.org/changeset/ports/317773

Log:
  Fix dependency.
  
  Spotted by:	miwi

Modified:
  head/devel/tex-kpathsea/Makefile

Modified: head/devel/tex-kpathsea/Makefile
==============================================================================
--- head/devel/tex-kpathsea/Makefile	Fri May 10 07:01:19 2013	(r317772)
+++ head/devel/tex-kpathsea/Makefile	Fri May 10 07:17:05 2013	(r317773)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kpathsea
 PORTVERSION=	6.1.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
 PKGNAMEPREFIX=	tex-
@@ -12,7 +13,6 @@ MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Path searching library for TeX
 
 USE_XZ=		yes
-USE_TEX=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 EXTRACT_AFTER_ARGS=	${EXTRACT_FILES}


More information about the svn-ports-all mailing list