From owner-svn-ports-all@FreeBSD.ORG Sat Aug 9 20:46:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 490AB175 for ; Sat, 9 Aug 2014 20:46:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E81A2688 for ; Sat, 9 Aug 2014 20:46:03 +0000 (UTC) Received: from pi (uid 1338) (envelope-from pi@FreeBSD.org) id 29cf by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sat, 09 Aug 2014 20:46:03 +0000 From: Kurt Jaeger Date: Sat, 9 Aug 2014 20:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364475 - head/print/cm-super X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e6888b.29cf.41481fc2@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2014 20:46:03 -0000 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 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