diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-20 22:06:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-20 22:06:49 +0000 |
commit | 553b2834aa908599ee2fcc56af1fd2e1cea7b34b (patch) | |
tree | 49ba9e23c6d81a0b32bbbfc0906d5438bd3e7c2d | |
parent | 22714accc764a0a50f25b9f9b79edcbe0cfd25f8 (diff) | |
download | ports-553b2834aa908599ee2fcc56af1fd2e1cea7b34b.tar.gz ports-553b2834aa908599ee2fcc56af1fd2e1cea7b34b.zip |
Notes
-rw-r--r-- | net/vde2/Makefile | 5 |
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 |