diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-12 12:03:45 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-12 12:03:45 +0000 |
commit | 5a5e4268c5c59ee67c77b31f36741b2f730c98af (patch) | |
tree | 660d2576f94f5ceb377451ce849868424bbbbae7 | |
parent | 08f16987cd86d8c22804316670822028c73a6878 (diff) | |
download | FreeBSD-ports-5a5e4268c5c59ee67c77b31f36741b2f730c98af.zip FreeBSD-ports-5a5e4268c5c59ee67c77b31f36741b2f730c98af.tar.gz |
- mark FORBIDDEN, buffer overrun
-rw-r--r-- | graphics/tiff/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 6702c21..508c565 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -20,6 +20,8 @@ COMMENT= Tools and library routines for working with TIFF images LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ jbig.1:${PORTSDIR}/graphics/jbigkit +FORBIDDEN= FAX3 decoder buffer overrun + USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ |