aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-07-20 22:06:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-07-20 22:06:49 +0000
commit553b2834aa908599ee2fcc56af1fd2e1cea7b34b (patch)
tree49ba9e23c6d81a0b32bbbfc0906d5438bd3e7c2d
parent22714accc764a0a50f25b9f9b79edcbe0cfd25f8 (diff)
downloadports-553b2834aa908599ee2fcc56af1fd2e1cea7b34b.tar.gz
ports-553b2834aa908599ee2fcc56af1fd2e1cea7b34b.zip
Notes
-rw-r--r--net/vde2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/vde2/Makefile b/net/vde2/Makefile
index 0de66b0e4fd2..aace9d343249 100644
--- a/net/vde2/Makefile
+++ b/net/vde2/Makefile
@@ -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