Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 18:54:21 +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: r362346 - head/print/tex-xdvik
Message-ID:  <201407201854.s6KIsLLE009024@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jul 20 18:54:20 2014
New Revision: 362346
URL: http://svnweb.freebsd.org/changeset/ports/362346
QAT: https://qat.redports.org/buildarchive/r362346/

Log:
  Fix LIB_DEPENDS

Modified:
  head/print/tex-xdvik/Makefile

Modified: head/print/tex-xdvik/Makefile
==============================================================================
--- head/print/tex-xdvik/Makefile	Sun Jul 20 18:51:18 2014	(r362345)
+++ head/print/tex-xdvik/Makefile	Sun Jul 20 18:54:20 2014	(r362346)
@@ -13,7 +13,7 @@ MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	DVI Previewer(kpathsearch) for X
 
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
-		paper:${PORTSDIR}/print/libpaper
+		libpaper.so:${PORTSDIR}/print/libpaper
 
 USES=		iconv gmake motif
 USE_TEX=	texlive web2c kpathsea texmf texhash



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