[Midnightbsd-cvs] mports [23340] trunk/lang/fsharp/Makefile: set extract depends
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu May 3 09:56:35 EDT 2018
Revision: 23340
http://svnweb.midnightbsd.org/mports/?rev=23340
Author: laffer1
Date: 2018-05-03 09:56:32 -0400 (Thu, 03 May 2018)
Log Message:
-----------
set extract depends
Modified Paths:
--------------
trunk/lang/fsharp/Makefile
Modified: trunk/lang/fsharp/Makefile
===================================================================
--- trunk/lang/fsharp/Makefile 2018-05-03 13:51:31 UTC (rev 23339)
+++ trunk/lang/fsharp/Makefile 2018-05-03 13:56:32 UTC (rev 23340)
@@ -11,9 +11,9 @@
LICENSE= apache2
LICENSE_FILE= ${WRKSRC}/LICENSE
+EXTRACT_DEPENDS= ${LOCALBASE}/bin/bsdtar:archivers/libarchive
BUILD_DEPENDS= mono>=3.0:lang/mono \
- referenceassemblies-pcl>=4.6-1:lang/referenceassemblies-pcl \
- ${LOCALBASE}/bin/bsdtar:archivers/libarchive
+ referenceassemblies-pcl>=4.6-1:lang/referenceassemblies-pcl
RUN_DEPENDS= mono>=3.0:lang/mono
NUGET_DEPENDS= FSharp.Compiler.Tools=4.0.1.3 \
@@ -27,7 +27,7 @@
USE_GITHUB= yes
-USES= autoreconf gmake mono:nuget pkgconfig
+USES= autoreconf gmake mono:nuget pkgconfig libarchive
DISTFILES+= fsharp-4.0.1.15_GH0.tar.gz
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= Build not parallelizable
More information about the Midnightbsd-cvs
mailing list