aboutsummaryrefslogtreecommitdiff
path: root/graphics/mupdf/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-01-11 14:19:44 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-01-11 14:19:44 +0000
commit2b120d188b9e23fa16cc4f20dd6feaabc3b24118 (patch)
tree7862a4c14ca6e8fcd5a56821fdb6ee396891dce0 /graphics/mupdf/Makefile
parenta247b2f47d2d2f2324689dc90d3650e6d326fbd5 (diff)
downloadports-2b120d188b9e23fa16cc4f20dd6feaabc3b24118.tar.gz
ports-2b120d188b9e23fa16cc4f20dd6feaabc3b24118.zip
graphics/mupdf: Update to 1.12.0
Notes
Notes: svn path=/head/; revision=458740
Diffstat (limited to 'graphics/mupdf/Makefile')
-rw-r--r--graphics/mupdf/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile
index b10bf86b73d0..6e7fffe535a2 100644
--- a/graphics/mupdf/Makefile
+++ b/graphics/mupdf/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mupdf
-PORTVERSION= 1.11
-PORTREVISION= 2
+PORTVERSION= 1.12.0
DISTVERSIONSUFFIX= -source
PORTEPOCH= 1
CATEGORIES= graphics
@@ -28,12 +27,12 @@ MAKE_ARGS= build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes \
SOVERSION=${PORTVERSION}
USES= cpe compiler:c++11-lang gmake jpeg pkgconfig
USE_XORG= x11 xcursor xext xinerama xrandr
-USE_GL= gl
+USE_GL= gl glut
USE_LDCONFIG= yes
CPE_VENDOR= artifex
-OPTIONS_DEFINE= JS SCROLL
+OPTIONS_DEFINE= DOCS JS SCROLL
OPTIONS_DEFAULT=SCROLL
JS_DESC= JavaScript support (V8 engine)
@@ -51,6 +50,7 @@ post-patch:
@${REINPLACE_CMD} -e 's/-ldl //' ${WRKSRC}/Makerules ${WRKSRC}/Makethird
@${RM} -r ${WRKSRC}/thirdparty/curl \
${WRKSRC}/thirdparty/freetype \
+ ${WRKSRC}/thirdparty/freeglut \
${WRKSRC}/thirdparty/harfbuzz \
${WRKSRC}/thirdparty/jbig2dec \
${WRKSRC}/thirdparty/libjpeg \