Date: Fri, 8 Oct 2021 11:44:31 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0a26319b4dad - main - graphics/dcraw: Add CPE information Message-ID: <202110081144.198BiVsZ053334@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a26319b4dad178117d4c2104b9ce5b96b5f6aa8 commit 0a26319b4dad178117d4c2104b9ce5b96b5f6aa8 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 11:14:40 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 11:14:40 +0000 graphics/dcraw: Add CPE information Approved by: portmgr (blanket) --- graphics/dcraw/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index 145843349776..b833efba2af1 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -14,7 +14,9 @@ LICENSE= GPLv2+ LIB_DEPENDS= libjasper.so:graphics/jasper \ liblcms2.so:graphics/lcms2 -USES= jpeg localbase tar:xz +USES= cpe jpeg localbase tar:xz + +CPE_VENDOR= dcraw_project CPPFLAGS+= -I${LOCALBASE}/include/jasper LIBS+= -ljasper -ljpeg -llcms2 -lm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110081144.198BiVsZ053334>