Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2015 06:34:45 +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: r392550 - head/print/tex-dvipsk
Message-ID:  <201507200634.t6K6Yjn5003792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Mon Jul 20 06:34:44 2015
New Revision: 392550
URL: https://svnweb.freebsd.org/changeset/ports/392550

Log:
  Fix dependency.
  
  PR:	201712

Modified:
  head/print/tex-dvipsk/Makefile

Modified: head/print/tex-dvipsk/Makefile
==============================================================================
--- head/print/tex-dvipsk/Makefile	Mon Jul 20 06:31:20 2015	(r392549)
+++ head/print/tex-dvipsk/Makefile	Mon Jul 20 06:34:44 2015	(r392550)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dvipsk
 PORTVERSION=	5.995
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2015/
 PKGNAMEPREFIX=	tex-
@@ -18,7 +19,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libpaper.so:${PORTSDIR}/print/libpaper
 
-USES=		gmake tar:xz
+USES=		gmake tar:xz pkgconfig
 USE_TEX=	kpathsea web2c texmf texhash
 TEXHASHDIRS=	${TEXMFDISTDIR}
 EXTRACT_AFTER_ARGS=	${EXTRACT_FILES:S,^,${DISTNAME}/,}



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