From fe23ec7722225c036098a38242d37b7257c85d14 Mon Sep 17 00:00:00 2001 From: tobiasu Date: Sat, 9 Jul 2016 17:28:30 +0000 Subject: [PATCH] stop zathura picking up libsynctex (from texlive_base), use internal copy ok sthen@ --- textproc/zathura/core/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/zathura/core/Makefile b/textproc/zathura/core/Makefile index 6afabd55cab..e668a126b4e 100644 --- a/textproc/zathura/core/Makefile +++ b/textproc/zathura/core/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2016/02/04 18:08:17 juanfra Exp $ +# $OpenBSD: Makefile,v 1.5 2016/07/09 17:28:30 tobiasu Exp $ V = 0.3.3 -REVISION = 0 +REVISION = 1 COMMENT = document viewer for PDF and other formats with a vi-like UI DISTNAME = zathura-${V} CATEGORIES = textproc x11 @@ -30,7 +30,8 @@ MAKE_FLAGS = MANPREFIX=${PREFIX}/man \ DESKTOPPREFIX=${PREFIX}/share/applications \ TPUT=true \ CC="${CC}" \ - VERBOSE=1 + VERBOSE=1 \ + WITH_SYSTEM_SYNCTEX=0 FAKE_FLAGS = PREFIX=${TRUEPREFIX} USE_GMAKE = Yes