svn commit: r362226 - head/graphics/tiff

Dirk Meyer dinoex at FreeBSD.org
Fri Jul 18 19:36:22 UTC 2014


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)


More information about the svn-ports-all mailing list