svn commit: r336525 - head/net/xorp-devel

William Grzybowski wg at FreeBSD.org
Sun Dec 15 13:04:55 UTC 2013


Author: wg
Date: Sun Dec 15 13:04:55 2013
New Revision: 336525
URL: http://svnweb.freebsd.org/changeset/ports/336525

Log:
  net/xorp-devel: depends explicitly on "python" to build
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/net/xorp-devel/Makefile

Modified: head/net/xorp-devel/Makefile
==============================================================================
--- head/net/xorp-devel/Makefile	Sun Dec 15 12:58:07 2013	(r336524)
+++ head/net/xorp-devel/Makefile	Sun Dec 15 13:04:55 2013	(r336525)
@@ -12,6 +12,7 @@ DISTNAME=	xorp-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Open source network routing platform, development branch
 
+BUILD_DEPENDS=	python:${PORTSDIR}/lang/python
 # Uses libcurses, libcrypto, librt from base system.
 LIB_DEPENDS=	libboost_regex.so:${PORTSDIR}/devel/boost-libs \
 		libpcap.so:${PORTSDIR}/net/libpcap
@@ -22,6 +23,7 @@ NOMAN=		defined
 
 USE_BZIP2=	yes
 USE_GCC=	4.2+
+USE_PYTHON_BUILD=	2
 USE_SCONS=	yes
 NO_STAGE=	yes
 #USE_OPENSSL=	yes


More information about the svn-ports-head mailing list