svn commit: r336460 - head/devel/libredblack

Marcus von Appen mva at FreeBSD.org
Sat Dec 14 17:09:35 UTC 2013


Author: mva
Date: Sat Dec 14 17:09:34 2013
New Revision: 336460
URL: http://svnweb.freebsd.org/changeset/ports/336460

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

Modified:
  head/devel/libredblack/Makefile

Modified: head/devel/libredblack/Makefile
==============================================================================
--- head/devel/libredblack/Makefile	Sat Dec 14 16:52:16 2013	(r336459)
+++ head/devel/libredblack/Makefile	Sat Dec 14 17:09:34 2013	(r336460)
@@ -21,6 +21,7 @@ CONFIGURE_ARGS+=	--without-rbgen
 PLIST_SUB+=	PYTHON="@comment "
 .else
 USE_PYTHON=	yes
+CONFIGURE_ARGS+=	--with-python=${PYTHON_CMD}
 PLIST_SUB+=	PYTHON=""
 .endif
 


More information about the svn-ports-head mailing list