svn commit: r397066 - head/print/tex-luatex

John Marino marino at FreeBSD.org
Wed Sep 16 13:24:36 UTC 2015


Author: marino
Date: Wed Sep 16 13:24:35 2015
New Revision: 397066
URL: https://svnweb.freebsd.org/changeset/ports/397066

Log:
  print/tex-luatex: Fix typo (requires bump)
  
  Approved by:	just-fix-it

Modified:
  head/print/tex-luatex/Makefile

Modified: head/print/tex-luatex/Makefile
==============================================================================
--- head/print/tex-luatex/Makefile	Wed Sep 16 13:07:28 2015	(r397065)
+++ head/print/tex-luatex/Makefile	Wed Sep 16 13:24:35 2015	(r397066)
@@ -2,7 +2,7 @@
 
 PORTNAME=	luatex
 PORTVERSION=	0.80.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2015/
 PKGNAMEPREFIX=	tex-
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 
 USE_TEX=	kpathsea web2c texmf formats texlua texluajit fmtutil
 USE_XORG=	pixman
-USE_GONME=	cairo
+USE_GNOME=	cairo
 USE_LDCONFIG=	yes
 USES=		pkgconfig tar:xz libtool
 TEXHASHDIRS=	${TEXMFDISTDIR} ${TEXMFVARDIR}


More information about the svn-ports-all mailing list