diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:14:43 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:14:43 +0000 |
commit | 28466ca6896a9f7861111b79fdc8dee8b166ba06 (patch) | |
tree | 2866aeb21e7c4952bf0b887a5ce947de46eb548b | |
parent | sysutils/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/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/py-pdagent/Makefile | 1 | ||||
-rw-r--r-- | security/cracklib/Makefile | 1 |
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 \ |