aboutsummaryrefslogtreecommitdiff
path: root/lang/fsharp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 13:11:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 13:11:43 +0000
commitd1e4387ae1f7c6b04efca6bbea6d9c168e1e74e4 (patch)
tree70b9765f3e6a73ab132b6f15d1090fd496766c75 /lang/fsharp
parent3cac818a2d67b1b6e0be078b4e7deff95aeffb92 (diff)
downloadports-d1e4387ae1f7c6b04efca6bbea6d9c168e1e74e4.tar.gz
ports-d1e4387ae1f7c6b04efca6bbea6d9c168e1e74e4.zip
Convert to USES=mono
With hat: portmgr
Notes
Notes: svn path=/head/; revision=355331
Diffstat (limited to 'lang/fsharp')
-rw-r--r--lang/fsharp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fsharp/Makefile b/lang/fsharp/Makefile
index 4dceba314ec1..225e7ecfcf1f 100644
--- a/lang/fsharp/Makefile
+++ b/lang/fsharp/Makefile
@@ -10,6 +10,7 @@ COMMENT= Functional and object-oriented language for the .NET platform
LICENSE= APACHE20
+USES= mono
BUILD_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono
@@ -20,5 +21,4 @@ GH_COMMIT= b0c16bb
USES= gmake pkgconfig
USE_AUTOTOOLS= autoconf
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>