git: 0a26319b4dad - main - graphics/dcraw: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 11:44:31 UTC
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