svn commit: r317624 - head/devel/tex-web2c

Hiroki Sato hrs at FreeBSD.org
Tue May 7 16:49:22 UTC 2013


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 \


More information about the svn-ports-all mailing list