Date: Fri, 10 May 2013 07:17:06 +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: r317773 - head/devel/tex-kpathsea Message-ID: <201305100717.r4A7H6qB055723@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305100717.r4A7H6qB055723>