Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2019 06:55:58 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504161 - head/graphics/py-pillow
Message-ID:  <201906140655.x5E6tw4d070684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Fri Jun 14 06:55:58 2019
New Revision: 504161
URL: https://svnweb.freebsd.org/changeset/ports/504161

Log:
  graphics/py-pillow: Retain the alphabetic order of options
  
  PR:		237426
  Reported by:	koobs

Modified:
  head/graphics/py-pillow/Makefile

Modified: head/graphics/py-pillow/Makefile
==============================================================================
--- head/graphics/py-pillow/Makefile	Fri Jun 14 06:55:13 2019	(r504160)
+++ head/graphics/py-pillow/Makefile	Fri Jun 14 06:55:58 2019	(r504161)
@@ -48,10 +48,10 @@ LCMS_LIB_DEPENDS=	liblcms2.so:graphics/lcms2
 LCMS_VARS=		PYDISTUTILS_BUILDARGS+=--enable-lcms
 LCMS_VARS_OFF=		PYDISTUTILS_BUILDARGS+=--disable-lcms
 
+OLE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}olefile>0:devel/py-olefile@${PY_FLAVOR}
+
 PNG_VARS=		PYDISTUTILS_BUILDARGS+=--enable-zlib
 PNG_VARS_OFF=		PYDISTUTILS_BUILDARGS+=--disable-zlib
-
-OLE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}olefile>0:devel/py-olefile@${PY_FLAVOR}
 
 TIFF_LIB_DEPENDS=	libtiff.so:graphics/tiff
 TIFF_VARS=		PYDISTUTILS_BUILDARGS+=--enable-tiff



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906140655.x5E6tw4d070684>