diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-05 20:53:59 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-05 20:53:59 +0000 |
commit | 89b454230dad06609c3f85b162cd997d3afe9080 (patch) | |
tree | d9a43613845dff0728211c9305ab411e41d692bb /lang/mono | |
parent | a402038101e3a2a0b530637ca223dd738c15d6cc (diff) | |
download | freebsd-ports-89b454230dad06609c3f85b162cd997d3afe9080.zip |
Follow up on graphics/py-pillow6 port removal in r559976
The graphics/py-pillow6 port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_PILLOW,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk, leaving only the Python 3
version of that port, graphics/py-pillow, defined and bump the
minimal verion of Python to 3.6 for affected ports.
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index a67eb4e35841..413448370ca5 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -40,7 +40,7 @@ NLS_USES= gettext X11_USES= display:test USES= autoreconf bison compiler:c11 cpe gmake iconv libtool \ - pathfix perl5 python shebangfix tar:bzip2 + pathfix perl5 python:3.6+ shebangfix tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes |