svn commit: r324895 - head/net/py-libdnet

Marcus von Appen mva at FreeBSD.org
Sun Aug 18 08:56:23 UTC 2013


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
 


More information about the svn-ports-head mailing list