diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-08-26 19:21:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-08-26 19:21:01 +0000 |
commit | a992e5e0dee84a96baae7841d5f72f5f0c5f3fdc (patch) | |
tree | 13632200eb883b2ae37d4f71d458e5e7381e5cf2 /graphics/liblug | |
parent | f50cd5371a028caf6cdb5739e51143905dc71abf (diff) | |
download | ports-a992e5e0dee84a96baae7841d5f72f5f0c5f3fdc.tar.gz ports-a992e5e0dee84a96baae7841d5f72f5f0c5f3fdc.zip |
Notes
Diffstat (limited to 'graphics/liblug')
-rw-r--r-- | graphics/liblug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/liblug/Makefile b/graphics/liblug/Makefile index 08b075df8117..aeaddcd4175e 100644 --- a/graphics/liblug/Makefile +++ b/graphics/liblug/Makefile @@ -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> |