diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:21:26 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:21:26 +0800 |
commit | 7cb20804acb2b46d4c0c3489dd746591f311f6de (patch) | |
tree | ca40f6c4e7288356261302ad77c108990435520e /net/xorp | |
parent | f0f1320db699e74ad51509c9d2502a9084cc6233 (diff) | |
download | freebsd-ports-gnome-7cb20804acb2b46d4c0c3489dd746591f311f6de.tar.gz freebsd-ports-gnome-7cb20804acb2b46d4c0c3489dd746591f311f6de.tar.zst freebsd-ports-gnome-7cb20804acb2b46d4c0c3489dd746591f311f6de.zip |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'net/xorp')
-rw-r--r-- | net/xorp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index c4d27ad33afc..6b2ff23ceabe 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -19,9 +19,8 @@ CONFLICTS_INSTALL= xorp-devel-* EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions -s /^xorp/${DISTNAME}/ GROUPS= xorp -USES= tar:bzip2 ncurses scons shebangfix compiler:env +USES= tar:bzip2 ncurses scons shebangfix compiler:env python:2,build USE_OPENSSL= yes -USE_PYTHON_BUILD= 2 USE_RC_SUBR= xorp SHEBANG_FILES= xrl/scripts/clnt-gen xrl/scripts/tgt-gen python_OLD_CMD= .*python |