diff options
author | max <max@FreeBSD.org> | 1997-01-09 12:52:52 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-01-09 12:52:52 +0000 |
commit | e1417e5f992e7c186980c18c92829ae6a1564bca (patch) | |
tree | 3795a3f6636bfb54a530923c470a5283185beab3 /graphics/tiff | |
parent | aa24ba4191d8390cc293340e1cf73147cbc8a33a (diff) | |
download | FreeBSD-ports-e1417e5f992e7c186980c18c92829ae6a1564bca.zip FreeBSD-ports-e1417e5f992e7c186980c18c92829ae6a1564bca.tar.gz |
Mark this port as BROKEN since libtiff comes with this version may be
incompatible with old one.
Suggested by: asami
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 2cdd45f..ad9c4eb 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -4,7 +4,7 @@ # Whom: Richard Hwang <rhwang@bigpanda.com> # Mikhail Teterin <mi@aldan.ziplink.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/09 10:48:52 max Exp $ # DISTNAME= tiff-v3.4beta035 @@ -16,6 +16,7 @@ EXTRACT_SUFX= -tar.gz LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg +BROKEN= "Libtiff might be incompatible with older library" HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-ZIP --with-JPEG --with-DIR_BIN=${PREFIX}/bin \ --with-DIR_LIB=${PREFIX}/lib --with-DIR_INC=${PREFIX}/include \ |