diff options
author | romain <romain@FreeBSD.org> | 2016-08-17 15:43:05 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2016-08-17 15:43:05 +0800 |
commit | 5bd864e40d7b9a8e5477603b0a68c4d97dc53afe (patch) | |
tree | ec3be271ae4f19b0548ae7595e9616f250e0e866 /lang/fsharp/Makefile | |
parent | cc8b3bcf261e1315ecb482b1a4ef1452e04661c7 (diff) | |
download | freebsd-ports-gnome-5bd864e40d7b9a8e5477603b0a68c4d97dc53afe.tar.gz freebsd-ports-gnome-5bd864e40d7b9a8e5477603b0a68c4d97dc53afe.tar.zst freebsd-ports-gnome-5bd864e40d7b9a8e5477603b0a68c4d97dc53afe.zip |
Stop trying to build a package
The build process starts by trying to to download nuget and some dependencies
required for building. It expects them to be downloaded this way, and because
the network is down during build, it fails. So stop trying to build pakages
for f-sharp: hoping that users interested in f-sharp have networking while
building.
Reported by: pkg-fallout, poudriere
Diffstat (limited to 'lang/fsharp/Makefile')
-rw-r--r-- | lang/fsharp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/fsharp/Makefile b/lang/fsharp/Makefile index 3ab7dbc726e1..834fc999cd47 100644 --- a/lang/fsharp/Makefile +++ b/lang/fsharp/Makefile @@ -13,6 +13,8 @@ LICENSE= APACHE20 BUILD_DEPENDS= mono>=3.0:lang/mono RUN_DEPENDS= mono>=3.0:lang/mono +NO_PACKAGE= The build process downloads external dependencies we cannot provide through ports + USE_GITHUB= yes USES= autoreconf gmake mono pkgconfig |