1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Fix typo in OPTIONS handling

PR:		ports/105515
Submitted by:	Eygene <rea-fbsd@codelabs.ru>
This commit is contained in:
Stanislav Sedov 2006-11-14 15:06:10 +00:00
parent ab615e2700
commit b07525c1a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177261

View File

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