From owner-svn-ports-head@FreeBSD.ORG Sun Aug 18 08:56:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 071FFE65; Sun, 18 Aug 2013 08:56:23 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E72A62652; Sun, 18 Aug 2013 08:56:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7I8uMli098042; Sun, 18 Aug 2013 08:56:22 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7I8uMqR098034; Sun, 18 Aug 2013 08:56:22 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308180856.r7I8uMqR098034@svn.freebsd.org> From: Marcus von Appen Date: Sun, 18 Aug 2013 08:56:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324895 - head/net/py-libdnet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 08:56:23 -0000 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