svn commit: r324356 - head/graphics/lcms

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 7 16:06:22 UTC 2013


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 at 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


More information about the svn-ports-head mailing list