diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-20 16:13:07 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-20 16:13:07 +0000 |
commit | 0f92da6850b969634eab8f84d90bb3fb073d9bcd (patch) | |
tree | 85e0830c4c8a610933a4b9ac24b7800615b600d6 | |
parent | d1733bc0812d687b3e158d863f6a4daae10375e3 (diff) | |
download | ports-0f92da6850b969634eab8f84d90bb3fb073d9bcd.tar.gz ports-0f92da6850b969634eab8f84d90bb3fb073d9bcd.zip |
graphics/dcmtk: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/dcmtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dcmtk/Makefile b/graphics/dcmtk/Makefile index 255b22c5d505..1a73004938d4 100644 --- a/graphics/dcmtk/Makefile +++ b/graphics/dcmtk/Makefile @@ -16,7 +16,8 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= compiler:c++11-lang cmake gnome jpeg ssl +USES= compiler:c++11-lang cmake cpe gnome jpeg ssl +CPE_VENDOR= offis USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:tu} USE_GNOME= libxml2 |