diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-08 12:56:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-08 12:56:09 +0000 |
commit | fbba441c87115c7cbee053a39e0c70919499184c (patch) | |
tree | 570876f3005fae2927db0291acf4e03f68bbe0eb /graphics/tiff | |
parent | Fix a mod_ssl denial-of-service. (diff) |
- remove BROKEN
Approved by: kris
Notes
Notes:
svn path=/head/; revision=103304
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index bce4ccd490f0..103bca601021 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -113,10 +113,4 @@ MLINKS= TIFFError.3t TIFFSetErrorHandler.3t \ TIFFtile.3t TIFFTileRowSize.3t \ TIFFtile.3t TIFFVTileSize.3t -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502101 -BROKEN= configure stops waiting for stdin -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |