diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-08 20:56:09 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-08 20:56:09 +0800 |
commit | f5be725c100bb3a855b5ce0d57a1a13ce64b5883 (patch) | |
tree | 160042ee7037ef562924f55aa327623e3aab56b6 /graphics/tiff | |
parent | b4d3ef836d8e144ebdd0193504cd1bcaf42e1353 (diff) | |
download | freebsd-ports-gnome-f5be725c100bb3a855b5ce0d57a1a13ce64b5883.tar.gz freebsd-ports-gnome-f5be725c100bb3a855b5ce0d57a1a13ce64b5883.tar.zst freebsd-ports-gnome-f5be725c100bb3a855b5ce0d57a1a13ce64b5883.zip |
- remove BROKEN
Approved by: kris
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> |