diff options
author | mat <mat@FreeBSD.org> | 2018-05-22 21:14:43 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-05-22 21:14:43 +0800 |
commit | 9304895709a6f8eba3df00bc5410b6f5dbe8382f (patch) | |
tree | 2866aeb21e7c4952bf0b887a5ce947de46eb548b /devel/py-roxlib | |
parent | 9e03adc8d887643df1517c0cae1666979fabae75 (diff) | |
download | freebsd-ports-gnome-9304895709a6f8eba3df00bc5410b6f5dbe8382f.tar.gz freebsd-ports-gnome-9304895709a6f8eba3df00bc5410b6f5dbe8382f.tar.zst freebsd-ports-gnome-9304895709a6f8eba3df00bc5410b6f5dbe8382f.zip |
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
Diffstat (limited to 'devel/py-roxlib')
-rw-r--r-- | devel/py-roxlib/Makefile | 1 |
1 files changed, 1 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 |