diff options
author | stas <stas@FreeBSD.org> | 2006-11-14 15:06:10 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-11-14 15:06:10 +0000 |
commit | b930aa9f11d13de9137d6067fd9abe1c43b182d7 (patch) | |
tree | f5bdeb1b3f354bc65f874d9efc578b3abc7a3de7 /graphics/lcms | |
parent | ecf45c9f5566636bf1f4b741688688d116fabc84 (diff) | |
download | FreeBSD-ports-b930aa9f11d13de9137d6067fd9abe1c43b182d7.zip FreeBSD-ports-b930aa9f11d13de9137d6067fd9abe1c43b182d7.tar.gz |
- Fix typo in OPTIONS handling
PR: ports/105515
Submitted by: Eygene <rea-fbsd@codelabs.ru>
Diffstat (limited to 'graphics/lcms')
-rw-r--r-- | graphics/lcms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 7fe7705..9d887fc 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS= --without-tiff PLIST_SUB+= TIFFICC="@comment " .endif -.if defined(WITH_TIFFICC) +.if defined(WITH_JPEGICC) LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg PLIST_SUB+= JPEGICC="" .else |