diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:05:36 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:57:15 +0000 |
commit | fa76178b83b095d527216186cd3688cd19015104 (patch) | |
tree | 296df61d43d6a8e8b5c6d282c40a3f29092475c8 | |
parent | 089f285e00180fa7556411f52e1871c884a84975 (diff) | |
download | ports-fa76178b83b095d527216186cd3688cd19015104.tar.gz ports-fa76178b83b095d527216186cd3688cd19015104.zip |
graphics/lcms: Cosmetic change
-rw-r--r-- | graphics/lcms/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index b1a57bf5197b..c3a21e13a4b3 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -15,8 +15,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe libtool localbase:ldflags pathfix -CPE_VENDOR= littlecms -CPE_PRODUCT= little_cms_color_engine GNU_CONFIGURE= yes INSTALL_TARGET= install-strip @@ -25,6 +23,9 @@ USE_LDCONFIG= yes PORTDOCS= * +CPE_VENDOR= littlecms +CPE_PRODUCT= little_cms_color_engine + OPTIONS_DEFINE= DOCS JPEGICC TIFFICC OPTIONS_DEFAULT=JPEGICC TIFFICC OPTIONS_SUB= yes |