aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-10-08 11:14:40 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-10-08 11:14:40 +0000
commit0a26319b4dad178117d4c2104b9ce5b96b5f6aa8 (patch)
treebe06d050677fa7b5c63a43c63ffc76d0ac2a1d6b
parent7db3e18f802bd6b5311ee7f795dc9f118ef792ce (diff)
downloadports-0a26319b4dad178117d4c2104b9ce5b96b5f6aa8.tar.gz
ports-0a26319b4dad178117d4c2104b9ce5b96b5f6aa8.zip
graphics/dcraw: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--graphics/dcraw/Makefile4
1 files changed, 3 insertions, 1 deletions
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