Fix build with ungif.

PR:		59350
Submitted by:	maintainer
This commit is contained in:
Joe Marcus Clarke 2003-11-16 20:04:41 +00:00
parent 29c52e7213
commit 20e1910574
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94120

View File

@ -385,7 +385,7 @@ CONFIGURE_ARGS+= --disable-css
.if defined(WITH_LIBUNGIF)
LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif
CONFIGURE_ARGS+= --enable-gif
#CONFIGURE_ARGS+= --enable-gif
.else
CONFIGURE_ARGS+= --disable-gif
.endif