diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-19 15:08:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-19 15:08:26 +0000 |
commit | 4d55963e37470b4888f4b1b7b8abc5e28ed1cfc7 (patch) | |
tree | 797e9abf6e0156062e6f59e98632adeeafd19957 /lang/mono | |
parent | c67feb8ab41ba75917e85da80090b4f89362fb96 (diff) | |
download | freebsd-ports-4d55963e37470b4888f4b1b7b8abc5e28ed1cfc7.zip |
mono works fine with python 3
With hat: portmgr
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 4 | ||||
-rw-r--r-- | lang/mono/files/patch-mono_mini_Makefile.am.in | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index b53ff78f3078..9a6b40324ebb 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -3,7 +3,7 @@ PORTNAME= mono PORTVERSION= 5.10.1.57 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= https://download.mono-project.com/sources/mono/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -40,7 +40,7 @@ NLS_USES= gettext X11_USES= display:test USES= autoreconf bison compiler:c11 cpe gmake iconv libtool \ - pathfix perl5 python:2.7 shebangfix tar:bzip2 + pathfix perl5 python shebangfix tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/lang/mono/files/patch-mono_mini_Makefile.am.in b/lang/mono/files/patch-mono_mini_Makefile.am.in deleted file mode 100644 index 81021c7674aa..000000000000 --- a/lang/mono/files/patch-mono_mini_Makefile.am.in +++ /dev/null @@ -1,11 +0,0 @@ ---- mono/mini/Makefile.am.in.orig 2018-04-13 23:37:57 UTC -+++ mono/mini/Makefile.am.in -@@ -698,7 +698,7 @@ MemoryIntrinsics.dll: MemoryIntrinsics.i - - GENMDESC_OPTS= - --GENMDESC_PRG=python $(srcdir)/genmdesc.py $(target_define) $(srcdir) -+GENMDESC_PRG=python2.7 $(srcdir)/genmdesc.py $(target_define) $(srcdir) - - cpu-wasm.h: cpu-wasm.md - $(GENMDESC_PRG) cpu-wasm.h wasm_desc $(srcdir)/cpu-wasm.md |