Date: Fri, 18 Jul 2014 19:36:22 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362226 - head/graphics/tiff Message-ID: <201407181936.s6IJaMLO046037@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Fri Jul 18 19:36:21 2014 New Revision: 362226 URL: http://svnweb.freebsd.org/changeset/ports/362226 QAT: https://qat.redports.org/buildarchive/r362226/ Log: - cleanup r361950 Modified: head/graphics/tiff/Makefile Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Fri Jul 18 19:30:26 2014 (r362225) +++ head/graphics/tiff/Makefile Fri Jul 18 19:36:21 2014 (r362226) @@ -25,8 +25,6 @@ CONFIGURE_ARGS+= --with-jpeg-include-dir --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 TIFFSetE TIFFtile.3tiff TIFFTileRowSize.3tiff \ TIFFtile.3tiff TIFFVTileSize.3tiff +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if !defined(BUILDING_INDEX)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407181936.s6IJaMLO046037>