1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Fix CONFIGURE_ARGS assignment

Submitted by:	John Hein <jhein@symmetricom.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-08-07 16:06:21 +00:00
parent f29144ff99
commit dc01bbf255
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324356

View File

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