diff options
author | marino <marino@FreeBSD.org> | 2015-09-16 21:24:35 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-09-16 21:24:35 +0800 |
commit | 29a137195f0c4d7362194b2ac04e669607999abe (patch) | |
tree | 0380ce7e9b678f8985bf9aa01f0c71dff295bbff /print | |
parent | 09b270781a4ae37eebbc2440eecca3f546b9b301 (diff) | |
download | freebsd-ports-gnome-29a137195f0c4d7362194b2ac04e669607999abe.tar.gz freebsd-ports-gnome-29a137195f0c4d7362194b2ac04e669607999abe.tar.zst freebsd-ports-gnome-29a137195f0c4d7362194b2ac04e669607999abe.zip |
print/tex-luatex: Fix typo (requires bump)
Approved by: just-fix-it
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-luatex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile index 5d25ff3b0237..6cff3f8dd650 100644 --- a/print/tex-luatex/Makefile +++ b/print/tex-luatex/Makefile @@ -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}/graphics/png \ 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} |