svn commit: r362354 - head/japanese/xdvik

Antoine Brodin antoine at FreeBSD.org
Sun Jul 20 19:20:51 UTC 2014


Author: antoine
Date: Sun Jul 20 19:20:50 2014
New Revision: 362354
URL: http://svnweb.freebsd.org/changeset/ports/362354
QAT: https://qat.redports.org/buildarchive/r362354/

Log:
  Fix LIB_DEPENDS
  
  With hat:	portmgr

Modified:
  head/japanese/xdvik/Makefile

Modified: head/japanese/xdvik/Makefile
==============================================================================
--- head/japanese/xdvik/Makefile	Sun Jul 20 19:18:18 2014	(r362353)
+++ head/japanese/xdvik/Makefile	Sun Jul 20 19:20:50 2014	(r362354)
@@ -20,8 +20,8 @@ RUN_DEPENDS=	${LOCALBASE}/${TEXMFDIR}/fo
 		${LOCALBASE}/${MINCHO}:${PORTSDIR}/japanese/font-std \
 		${LOCALBASE}/${GOTHIC}:${PORTSDIR}/japanese/font-std
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
-		wwwcore.1:${PORTSDIR}/www/libwww \
-		t1.5:${PORTSDIR}/devel/t1lib
+		libwwwcore.so:${PORTSDIR}/www/libwww \
+		libt1.so:${PORTSDIR}/devel/t1lib
 
 DIST_SUBDIR=	xdvik
 USE_TEX=	tetex base texmf


More information about the svn-ports-head mailing list