diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-06 06:05:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-06 06:05:47 +0000 |
commit | 4977505972a1bd13bf1724d5c1c48bbba0377788 (patch) | |
tree | c0e4194f26879f8ddce0ac1c52dc4f5b4f55cdb0 /graphics | |
parent | 041e082884555c615a9688d93f3dbf5e16637f43 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 103bca601021..bce4ccd490f0 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -113,4 +113,10 @@ MLINKS= TIFFError.3t TIFFSetErrorHandler.3t \ TIFFtile.3t TIFFTileRowSize.3t \ TIFFtile.3t TIFFVTileSize.3t -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502101 +BROKEN= configure stops waiting for stdin +.endif + +.include <bsd.port.post.mk> |