svn commit: r362346 - head/print/tex-xdvik

Antoine Brodin antoine at FreeBSD.org
Sun Jul 20 18:54:21 UTC 2014


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 at 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


More information about the svn-ports-head mailing list