aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/lcms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile
index 64d20e623c8f..3f85e072bfca 100644
--- a/graphics/lcms/Makefile
+++ b/graphics/lcms/Makefile
@@ -36,7 +36,7 @@ PLIST_SUB+= JPEGICC="@comment "
.if ${PORT_OPTIONS:MTIFFICC}
LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff
-CONFIGURE_ARGS= --with-tiff=${LOCALBASE}
+CONFIGURE_ARGS+=--with-tiff=${LOCALBASE}
MAN1+= tifficc.1
PLIST_SUB+= TIFFICC=""
.else