1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Convert to new options framework

This commit is contained in:
Baptiste Daroussin 2012-07-20 22:06:49 +00:00
parent 22714accc7
commit 553b2834aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301253

View File

@ -16,7 +16,8 @@ COMMENT= User-mode virtual ethernet infrastructure
LICENSE= BSD GPLv2 LGPL21
LICENSE_COMB= multi
OPTIONS= PYTHON "Enable python bindings support" on
OPTIONS_DEFINE= PYTHON
OPTIONS_DEFAULT= PYTHON
CONFLICTS= vde-[0-9]*
@ -37,7 +38,7 @@ MAN8= vde_tunctl.8
.include <bsd.port.options.mk>
.if defined(WITHOUT_PYTHON)
.if ${PORT_OPTIONS:MPYTHON}
CONFIGURE_ARGS+=--disable-python
PLIST_SUB+= PYTHON="@comment "
.else