svn commit: r336532 - head/graphics/lcms-python

Marcus von Appen mva at FreeBSD.org
Sun Dec 15 13:50:32 UTC 2013


Author: mva
Date: Sun Dec 15 13:50:31 2013
New Revision: 336532
URL: http://svnweb.freebsd.org/changeset/ports/336532

Log:
  - Fix the usage of 'python' to get rid of the implicit lang/python
    dependency
  - Restrict python to the supported versions
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/lcms-python/Makefile   (contents, props changed)

Modified: head/graphics/lcms-python/Makefile
==============================================================================
--- head/graphics/lcms-python/Makefile	Sun Dec 15 13:37:14 2013	(r336531)
+++ head/graphics/lcms-python/Makefile	Sun Dec 15 13:50:31 2013	(r336532)
@@ -17,9 +17,10 @@ LIB_DEPENDS+=	lcms:${PORTSDIR}/graphics/
 BUILD_WRKSRC=	${WRKSRC}/python
 INSTALL_WRKSRC=	${WRKSRC}/python
 
-USE_PYTHON=	yes
+USE_PYTHON=	2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-python
+CONFIGURE_ENV=	PYTHON="${PYTHON_CMD}"
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list