Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 20:28:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364743 - head/print/cm-super
Message-ID:  <53ea78d1.61bb.28e99e18@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Aug 12 20:28:01 2014
New Revision: 364743
URL: http://svnweb.freebsd.org/changeset/ports/364743
QAT: https://qat.redports.org/buildarchive/r364743/

Log:
  Fix run dependencies
  Note: the install/deinstall script still look a bit broken

Modified:
  head/print/cm-super/Makefile

Modified: head/print/cm-super/Makefile
==============================================================================
--- head/print/cm-super/Makefile	Tue Aug 12 20:27:30 2014	(r364742)
+++ head/print/cm-super/Makefile	Tue Aug 12 20:28:01 2014	(r364743)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cm-super
 PORTVERSION=	0.3.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	print x11-fonts
 MASTER_SITES=	LOCAL
 MASTER_SITE_SUBDIR=	hrs
@@ -19,7 +19,7 @@ OPTIONS_SUB=	yes
 X11_BUILD_DEPENDS=	${LOCALBASE}/bin/type1inst:${PORTSDIR}/x11-fonts/p5-type1inst
 
 USES=		zip
-USE_TEX=	texlive base texmf
+USE_TEX=	texlive base texmf infra
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PLIST_SUB=	UPDMAP_SYS="${UPDMAP_SYS}" \
@@ -28,9 +28,6 @@ PLIST_SUB=	UPDMAP_SYS="${UPDMAP_SYS}" \
 		TEXMFDIR=${TEXMFDIR} \
 		MACRODIR=${MACRODIR} \
 
-BUILD_DEPENDS=	updmap:${PORTSDIR}/print/texlive-base \
-		${PREFIX}/${TEXMFDIR}/web2c/updmap-hdr.cfg:${PORTSDIR}/print/texlive-infra
-
 UPDMAP_SYS=	${LOCALBASE}/bin/updmap-sys --quiet --progname=all
 MKTEXLSR=	${LOCALBASE}/bin/mktexlsr
 TEXMFDIR=	share/texmf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53ea78d1.61bb.28e99e18>