diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-12-15 13:04:55 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-15 13:04:55 +0000 |
commit | e39e6ce0bd48bba9eca098ec136d935c015e3636 (patch) | |
tree | e8ca2d5e5718063131f78dbf3795de0d8ef423d0 /net/xorp-devel | |
parent | ad25c4caa20dbd369749dc736525ca1f7b9128dd (diff) |
Notes
Diffstat (limited to 'net/xorp-devel')
-rw-r--r-- | net/xorp-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/xorp-devel/Makefile b/net/xorp-devel/Makefile index 89b890ca9b8a..08db825afa2e 100644 --- a/net/xorp-devel/Makefile +++ b/net/xorp-devel/Makefile @@ -12,6 +12,7 @@ DISTNAME= xorp-${PORTVERSION} MAINTAINER= ports@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 |