svn commit: r309046 - head/editors/libreoffice

Baptiste Daroussin bapt at FreeBSD.org
Sun Dec 16 23:18:29 UTC 2012


Author: bapt
Date: Sun Dec 16 23:18:28 2012
New Revision: 309046
URL: http://svnweb.freebsd.org/changeset/ports/309046

Log:
  Fix package building after Gentium fonts modification
  
  Reported by:	beat

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Sun Dec 16 23:12:22 2012	(r309045)
+++ head/editors/libreoffice/Makefile	Sun Dec 16 23:18:28 2012	(r309046)
@@ -51,7 +51,7 @@ LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphic
 RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/Liberation/LiberationMono-Bold.ttf:${PORTSDIR}/x11-fonts/liberation-fonts-ttf \
 		${LOCALBASE}/lib/X11/fonts/LinLibertineG/LinLibertine_DR_G.ttf:${PORTSDIR}/x11-fonts/linuxlibertine-g \
 		${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu \
-		${LOCALBASE}/lib/X11/fonts/gentium-basic/GenBasI.ttf:${PORTSDIR}/x11-fonts/gentium-basic
+		${LOCALBASE}/lib/X11/fonts/GentiumBasic/GenBasI.ttf:${PORTSDIR}/x11-fonts/gentium-basic
 
 CONFLICTS_INSTALL=	libreoffice-legacy-[0-9]*
 


More information about the svn-ports-all mailing list