aboutsummaryrefslogtreecommitdiff
path: root/print/tex-luatex
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-07 11:44:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-07 11:44:08 +0000
commit4650a910d0bf7ff9894cf3142fcc8cace240caee (patch)
tree4e52dc02625fb5dbfc24d5b3b82b178f9f543b1f /print/tex-luatex
parent776c8a3824c220b5b01a68c46bc5f90199db256d (diff)
downloadports-4650a910d0bf7ff9894cf3142fcc8cace240caee.tar.gz
ports-4650a910d0bf7ff9894cf3142fcc8cace240caee.zip
Chase boost and icu bump
While here convert some LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=343214
Diffstat (limited to 'print/tex-luatex')
-rw-r--r--print/tex-luatex/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile
index 7f020c89e7cf..b5b6ea410939 100644
--- a/print/tex-luatex/Makefile
+++ b/print/tex-luatex/Makefile
@@ -2,7 +2,7 @@
PORTNAME= luatex
PORTVERSION= 0.70.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/
PKGNAMEPREFIX= tex-
@@ -15,13 +15,13 @@ EXTRACT_ONLY= texlive-${DISTVERSION_TEXMF}-source${EXTRACT_SUFX}
MAINTAINER= hrs@FreeBSD.org
COMMENT= Extended version of pdfTeX using Lua
-LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \
- graphite:${PORTSDIR}/graphics/silgraphite \
- icuio:${PORTSDIR}/devel/icu \
- png15:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libgraphite.so:${PORTSDIR}/graphics/silgraphite \
+ libicuio.so:${PORTSDIR}/devel/icu \
+ libpng15.so:${PORTSDIR}/graphics/png \
libpoppler.so:${PORTSDIR}/graphics/poppler \
- TECkit:${PORTSDIR}/textproc/teckit \
- zzip:${PORTSDIR}/devel/zziplib
+ libTECkit.so:${PORTSDIR}/textproc/teckit \
+ libzzip.so:${PORTSDIR}/devel/zziplib
USE_XZ= yes
USE_GMAKE= yes