diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-07-19 03:36:21 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-07-19 03:36:21 +0800 |
commit | 26a15efc77cae33346fff4ff8fe0e384caf9c872 (patch) | |
tree | d3668f6596efcc3bbb2eb81e8889d62adedc2745 /graphics | |
parent | 17a2370225d86db8777a8935a148046470fc307d (diff) | |
download | freebsd-ports-gnome-26a15efc77cae33346fff4ff8fe0e384caf9c872.tar.gz freebsd-ports-gnome-26a15efc77cae33346fff4ff8fe0e384caf9c872.tar.zst freebsd-ports-gnome-26a15efc77cae33346fff4ff8fe0e384caf9c872.zip |
- cleanup r361950
Diffstat (limited to 'graphics')
-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) |