Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2013 16:49:22 +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: r317624 - head/devel/tex-web2c
Message-ID:  <201305071649.r47GnMcQ083672@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Tue May  7 16:49:21 2013
New Revision: 317624
URL: http://svnweb.freebsd.org/changeset/ports/317624

Log:
  Fix dependency.
  
  Reported by:	miwi

Modified:
  head/devel/tex-web2c/Makefile

Modified: head/devel/tex-web2c/Makefile
==============================================================================
--- head/devel/tex-web2c/Makefile	Tue May  7 16:29:13 2013	(r317623)
+++ head/devel/tex-web2c/Makefile	Tue May  7 16:49:21 2013	(r317624)
@@ -2,6 +2,7 @@
 
 PORTNAME=	web2c
 PORTVERSION=	20120701
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2012/
 PKGNAMEPREFIX=	tex-
@@ -18,6 +19,7 @@ LIB_DEPENDS=	openjpeg:${PORTSDIR}/graphi
 USE_XZ=		yes
 USE_GMAKE=	yes
 USE_TEX=	kpathsea
+USES=		pkgconfig
 EXTRACT_AFTER_ARGS=	${EXTRACT_FILES}
 EXTRACT_FILES=	${DISTNAME}/build-aux \
 		${DISTNAME}/libs/obsdcompat \



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