Date: Thu, 7 Jul 2022 05:06:56 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 10384bcd7558 - main - graphics/xournalpp: Remove unnecessary latex run-time dependency Message-ID: <202207070506.26756uud059132@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=10384bcd755807ac5793789d5aa781d01c775fa5 commit 10384bcd755807ac5793789d5aa781d01c775fa5 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-07 04:21:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-07 05:06:53 +0000 graphics/xournalpp: Remove unnecessary latex run-time dependency --- graphics/xournalpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/xournalpp/Makefile b/graphics/xournalpp/Makefile index f2b087585708..5eb58ba195e4 100644 --- a/graphics/xournalpp/Makefile +++ b/graphics/xournalpp/Makefile @@ -1,7 +1,7 @@ PORTNAME= xournalpp DISTVERSIONPREFIX= v DISTVERSION= 1.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -21,7 +21,7 @@ USES= cmake compiler:c++11-lang gettext-tools gnome lua:53 pkgconfig xorg USE_GITHUB= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 librsvg2 libxml2 pango USE_XORG= x11 xi -USE_TEX= latex +USE_TEX= latex:build LDFLAGS+= -lexecinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207070506.26756uud059132>