diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-08-27 03:21:01 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-08-27 03:21:01 +0800 |
commit | efac9436e6964f5249529a7b2f8f437d25afa376 (patch) | |
tree | e94243fc507858af363c3398fa13188c5339a84e /graphics | |
parent | 6a63efcb1efb7552a53f02779160d2f83eac96ac (diff) | |
download | freebsd-ports-gnome-efac9436e6964f5249529a7b2f8f437d25afa376.tar.gz freebsd-ports-gnome-efac9436e6964f5249529a7b2f8f437d25afa376.tar.zst freebsd-ports-gnome-efac9436e6964f5249529a7b2f8f437d25afa376.zip |
- use TIFF_VERSION_CLASSIC
Diffstat (limited to 'graphics')
-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> |