diff options
-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> |