Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 19:31:59 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461639 - head/devel/libarea
Message-ID:  <201802121931.w1CJVxi9031901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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