ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/tex-web2c/Makefile
(Generate patch)

Comparing trunk/devel/tex-web2c/Makefile (file contents):
Revision 24387 by laffer1, Tue Sep 25 13:02:12 2018 UTC vs.
Revision 24388 by laffer1, Tue Sep 25 23:47:12 2018 UTC

# Line 15 | Line 15 | COMMENT=       TeX implementation translating WEB to C
15  
16   LICENSE=        publicdom
17  
18 < LIB_DEPENDS=    libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \
19 <                libpng.so:${PORTSDIR}/graphics/png \
20 <                libzzip.so:${PORTSDIR}/devel/zziplib \
21 <                libmpfr.so:${PORTSDIR}/math/mpfr
18 > LIB_DEPENDS=    libopenjpeg.so:graphics/openjpeg15 \
19 >                libpng.so:graphics/png \
20 >                libzzip.so:devel/zziplib \
21 >                libmpfr.so:math/mpfr
22  
23   USES=           pkgconfig libtool tar:xz iconv
24   USE_TEX=        kpathsea ptexenc
# Line 48 | Line 48 | CONFIGURE_ARGS=        --disable-luatex \
48                  --with-system-zlib \
49                  --with-system-zziplib \
50                  --host=${ARCH}-portbld-freebsd9.1 \
51 <                --build=${ARCH}-portbld-freebsd9.1
51 >                --build=${ARCH}-portbld-freebsd9.1 \
52 >                --target=${ARCH}-portbld-freebsd9.1
53   .for L in pixman cairo gmp mpfr libpng icu kpathsea ptexenc
54   CONFIGURE_ARGS+=--with-system-$L \
55                  --with-$L-include=${LOCALBASE}/include \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines