Date: Wed, 7 Aug 2013 16:06:22 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324356 - head/graphics/lcms Message-ID: <201308071606.r77G6Mmq080959@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Aug 7 16:06:21 2013 New Revision: 324356 URL: http://svnweb.freebsd.org/changeset/ports/324356 Log: - Fix CONFIGURE_ARGS assignment Submitted by: John Hein <jhein@symmetricom.com> Modified: head/graphics/lcms/Makefile Modified: head/graphics/lcms/Makefile ============================================================================== --- head/graphics/lcms/Makefile Wed Aug 7 15:08:57 2013 (r324355) +++ head/graphics/lcms/Makefile Wed Aug 7 16:06:21 2013 (r324356) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308071606.r77G6Mmq080959>