1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- use TIFF_VERSION_CLASSIC

This commit is contained in:
Dirk Meyer 2010-08-26 19:21:01 +00:00
parent f50cd5371a
commit a992e5e0de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260030

View File

@ -25,7 +25,7 @@ MAKEFILE= Makefile.linux
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|-DiTIFF|-DiTIFF -DTIFF_VERSION=42|' \
@${REINPLACE_CMD} -e 's|-DiTIFF|-DiTIFF -DTIFF_VERSION=TIFF_VERSION_CLASSIC|' \
${WRKSRC}/Makefile.linux
.include <bsd.port.mk>