svn commit: r461639 - head/devel/libarea

Antoine Brodin antoine at FreeBSD.org
Mon Feb 12 19:32:00 UTC 2018


Author: antoine
Date: Mon Feb 12 19:31:59 2018
New Revision: 461639
URL: https://svnweb.freebsd.org/changeset/ports/461639

Log:
  Remove build dependency on the python metaport

Modified:
  head/devel/libarea/Makefile

Modified: head/devel/libarea/Makefile
==============================================================================
--- head/devel/libarea/Makefile	Mon Feb 12 19:28:33 2018	(r461638)
+++ head/devel/libarea/Makefile	Mon Feb 12 19:31:59 2018	(r461639)
@@ -11,13 +11,14 @@ COMMENT=	CAM-related software for profile and pocketin
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	python-config:lang/python
 LIB_DEPENDS=	libboost_python.so:devel/boost-python-libs
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Heeks
 GH_TAGNAME=	f1986ac
 
+BINARY_ALIAS=	python=${PYTHON_CMD} \
+		python-config=${PYTHON_CMD}-config
 USES=		cmake:outsource python
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list