diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-07-18 19:36:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-07-18 19:36:21 +0000 |
commit | 51d5807ab247d497ca13474bf738f0baf62ffefb (patch) | |
tree | d3668f6596efcc3bbb2eb81e8889d62adedc2745 /graphics/tiff | |
parent | 0ad79d03f2f12f82e6614ca4d8706e4caff7bae3 (diff) | |
download | ports-51d5807ab247d497ca13474bf738f0baf62ffefb.tar.gz ports-51d5807ab247d497ca13474bf738f0baf62ffefb.zip |
Notes
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 84b047823562..de9a65673a63 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -25,8 +25,6 @@ CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ --with-jpeg-lib-dir=${LOCALBASE}/lib \ --without-x -OPTIONS_DEFINE= DOCS - MLNKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \ TIFFFlush.3tiff TIFFFlushData.3tiff \ TIFFGetField.3tiff TIFFGetFieldDefaulted.3tiff \ @@ -85,6 +83,8 @@ MLNKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \ TIFFtile.3tiff TIFFTileRowSize.3tiff \ TIFFtile.3tiff TIFFVTileSize.3tiff +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if !defined(BUILDING_INDEX) |