summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-05-22 13:14:43 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-05-22 13:14:43 +0000
commit28466ca6896a9f7861111b79fdc8dee8b166ba06 (patch)
tree2866aeb21e7c4952bf0b887a5ce947de46eb548b
parentsysutils/py-google-compute-engine: Fixes agent logging to syslog (console) (diff)
Add Python flavors.
Even if those ports do not support more than one Python version, it makes it easier to depend on them. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=470609
-rw-r--r--devel/py-roxlib/Makefile1
-rw-r--r--net-mgmt/py-pdagent/Makefile1
-rw-r--r--security/cracklib/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-roxlib/Makefile b/devel/py-roxlib/Makefile
index 3daaee1649fb..f1c1a390bc36 100644
--- a/devel/py-roxlib/Makefile
+++ b/devel/py-roxlib/Makefile
@@ -12,6 +12,7 @@ MAINTAINER= olgeni@FreeBSD.org
COMMENT= Python libraries for ROX
USES= python:2.7 shebangfix tar:bzip2
+USE_PYTHON= flavors
USE_GNOME= pygtk2:run
SHEBANG_FILES= ROX-Lib2/AppRun ROX-Lib2/python/make_docs.py
diff --git a/net-mgmt/py-pdagent/Makefile b/net-mgmt/py-pdagent/Makefile
index b2d6f11ec715..f44803ff0c06 100644
--- a/net-mgmt/py-pdagent/Makefile
+++ b/net-mgmt/py-pdagent/Makefile
@@ -14,6 +14,7 @@ COMMENT= PagerDuty Agent software
LICENSE= BSD3CLAUSE
USES= python:2.7 shebangfix
+USE_PYTHON= flavors
SHEBANG_FILES= bin/*
NO_ARCH= yes
NO_BUILD= yes
diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile
index fc6a6026723f..8dc54f9bb84c 100644
--- a/security/cracklib/Makefile
+++ b/security/cracklib/Makefile
@@ -29,6 +29,7 @@ USE_LDCONFIG= yes
.if defined(PYTHON_SLAVEPORT)
USES+= python:2.7
+USE_PYTHON= flavors
CONFIGURE_ARGS+=--with-python
PLIST_FILES= %%PYTHON_SITELIBDIR%%/_cracklib.a \
%%PYTHON_SITELIBDIR%%/_cracklib.so \