aboutsummaryrefslogtreecommitdiff
path: root/security/lasso
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:50:42 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:50:42 +0000
commit742321c70870f8339d0ac558f88a918b77b56096 (patch)
tree13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/lasso
parentd45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff)
downloadports-742321c70870f8339d0ac558f88a918b77b56096.tar.gz
ports-742321c70870f8339d0ac558f88a918b77b56096.zip
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371453
Diffstat (limited to 'security/lasso')
-rw-r--r--security/lasso/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile
index 3b25b48b2eac..c0757e6546d9 100644
--- a/security/lasso/Makefile
+++ b/security/lasso/Makefile
@@ -21,7 +21,6 @@ USES= pkgconfig
USE_GNOME= gnomehack glib20 libxml2
USE_LDCONFIG= yes
USE_OPENSSL= yes
-USE_PYTHON_BUILD= yes
OPTIONS_DEFINE= PERL PHP PYTHON DOCS
@@ -52,8 +51,10 @@ PLIST_SUB+= WITH_PHP5="@comment "
.if !empty(PORT_OPTIONS:MPYTHON)
CONFIGURE_ARGS+= --enable-python
PLIST_SUB+= WITH_PYTHON=""
+USES+= python
USE_PYTHON= yes
.else
+USES+= python:build
CONFIGURE_ARGS+= --disable-python
PLIST_SUB+= WITH_PYTHON="@comment "
.endif