diff options
author | Tim Biermann <tbier@posteo.de> | 2020-11-08 14:33:09 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-11-08 14:33:09 +0000 |
commit | 99c7846542c95f034cefbe9b8fa1f5136bea5bb4 (patch) | |
tree | a7650f46d506d23230f517bdd841be6cea1b7c98 /mono | |
parent | ffbba92a6bce0c6e798e23f8ba8058c42d897728 (diff) | |
download | contrib-99c7846542c95f034cefbe9b8fa1f5136bea5bb4.tar.gz contrib-99c7846542c95f034cefbe9b8fa1f5136bea5bb4.tar.xz |
mono: removed dependency: ninja
Diffstat (limited to 'mono')
-rw-r--r-- | mono/.signature | 4 | ||||
-rw-r--r-- | mono/Pkgfile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mono/.signature b/mono/.signature index 74d8c1502..fbe72912d 100644 --- a/mono/.signature +++ b/mono/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+aBYVJeVWS8RTbdil4xJHr5eAtH7vHT4g3yXo8OF3QPoJ44CsWCHkas4g09URzrG+lx1T07XKx7ny0YVp/t6gg= -SHA256 (Pkgfile) = 35f8bb0240ca44a9572082beb320149175eb596c5a7e21a2edfe83a9438dba20 +RWSagIOpLGJF3+63L7cqKVbXy7twi2KpGXiblIHfqCne+as4zcd7XJc8BIxB2gZG15Fl2ZF4Ll7AWWVGviloLC+EZlD7sYx1iQU= +SHA256 (Pkgfile) = 3970f80aeb9ca2da75025dd7e84ac83928dcd90e19d9a8e25595295ce345dd5f SHA256 (.footprint) = baa4686c025a862bb631cb2b79fd624e0bf5824b042f6e4f7319a06d6d884821 SHA256 (mono-6.12.0.90.tar.xz) = 51de5c02ad511333f93ff585bca54c8784de35af4ff27b759d16b46c4402cdac diff --git a/mono/Pkgfile b/mono/Pkgfile index d7100c38b..c9d44be33 100644 --- a/mono/Pkgfile +++ b/mono/Pkgfile @@ -1,7 +1,7 @@ # Description: Cross platform, open source .NET framework # URL: https://www.mono-project.com # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: cmake ninja +# Depends on: cmake python3 name=mono version=6.12.0.90 @@ -13,7 +13,6 @@ build() { [[ -e /usr/lib/ccache ]] && PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')" ./configure --prefix=/usr \ --mandir=/usr/share/man \ - --enable-ninja \ --with-mcs-docs=no \ --disable-crash-reporting \ --disable-nls |