Date: Thu, 18 Jan 2024 21:21:44 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3071b6e5ecf1 - main - graphics/ssocr: Fix build with graphics/imlib2 1.12.1 Message-ID: <202401182121.40ILLiuH085339@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=3071b6e5ecf182f64fcf8c616547d8b8f353ed78 commit 3071b6e5ecf182f64fcf8c616547d8b8f353ed78 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-01-18 21:20:19 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-01-18 21:21:32 +0000 graphics/ssocr: Fix build with graphics/imlib2 1.12.1 PR: 276442 --- graphics/ssocr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/ssocr/Makefile b/graphics/ssocr/Makefile index 0e64c9650f44..7dbe68c9ce7d 100644 --- a/graphics/ssocr/Makefile +++ b/graphics/ssocr/Makefile @@ -1,6 +1,6 @@ PORTNAME= ssocr PORTVERSION= 2.23.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ \ LOCAL/ehaupt @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libImlib2.so:graphics/imlib2 -USES= gmake tar:bzip2 +USES= gmake pkgconfig tar:bzip2 PLIST_FILES= bin/ssocr \ share/man/man1/ssocr.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401182121.40ILLiuH085339>