diff options
-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 \ |