Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 2014 20:46:03 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364475 - head/print/cm-super
Message-ID:  <53e6888b.29cf.41481fc2@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Aug  9 20:46:02 2014
New Revision: 364475
URL: http://svnweb.freebsd.org/changeset/ports/364475
QAT: https://qat.redports.org/buildarchive/r364475/

Log:
  print/cm-super: fix fixed BUILD_DEPENDS
  
  Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
  Pointy hat:	myself

Modified:
  head/print/cm-super/Makefile

Modified: head/print/cm-super/Makefile
==============================================================================
--- head/print/cm-super/Makefile	Sat Aug  9 20:43:07 2014	(r364474)
+++ head/print/cm-super/Makefile	Sat Aug  9 20:46:02 2014	(r364475)
@@ -29,7 +29,7 @@ PLIST_SUB=	UPDMAP_SYS="${UPDMAP_SYS}" \
 		MACRODIR=${MACRODIR} \
 
 BUILD_DEPENDS=	updmap:${PORTSDIR}/print/texlive-base \
-		${PREFIX}/${TEXMFDIR}/web2c/texmf/web2c/updmap-hdr.cfg:${PORTSDIR}/print/texlive-infra
+		${PREFIX}/${TEXMFDIR}/web2c/updmap-hdr.cfg:${PORTSDIR}/print/texlive-infra
 
 UPDMAP_SYS=	${LOCALBASE}/bin/updmap-sys --quiet --progname=all
 MKTEXLSR=	${LOCALBASE}/bin/mktexlsr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e6888b.29cf.41481fc2>