Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2013 08:56:22 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324895 - head/net/py-libdnet
Message-ID:  <201308180856.r7I8uMqR098034@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Aug 18 08:56:22 2013
New Revision: 324895
URL: http://svnweb.freebsd.org/changeset/ports/324895

Log:
  - Use a more clean approach to fix the build instead of pulling in
    another build dependency

Modified:
  head/net/py-libdnet/Makefile

Modified: head/net/py-libdnet/Makefile
==============================================================================
--- head/net/py-libdnet/Makefile	Sun Aug 18 08:46:58 2013	(r324894)
+++ head/net/py-libdnet/Makefile	Sun Aug 18 08:56:22 2013	(r324895)
@@ -6,7 +6,6 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 COMMENT=	Python module for libdnet
 
-BUILD_DEPENDS=	python:${PORTSDIR}/lang/python
 LIB_DEPENDS=	dnet:${PORTSDIR}/net/libdnet
 
 NOT_FOR_ARCHS=	ia64
@@ -20,7 +19,7 @@ PLIST=		${.CURDIR}/pkg-plist
 LIBDNET_SLAVE=	yes
 
 USE_PYTHON=	yes
-CONFIGURE_ARGS=	--with-python
+CONFIGURE_ARGS=	--with-python=${PYTHON_CMD}
 INSTALLS_EGGINFO=	yes
 PYDISTUTILS_PKGNAME=	dnet
 



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