aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-26 21:11:43 +0800
committerbapt <bapt@FreeBSD.org>2014-05-26 21:11:43 +0800
commit624994999921592fe0d77fad3cfa41b4139f339a (patch)
tree70b9765f3e6a73ab132b6f15d1090fd496766c75 /lang
parent23aea6526fa89097f2c92775ade3ecad5d03ee03 (diff)
downloadfreebsd-ports-gnome-624994999921592fe0d77fad3cfa41b4139f339a.tar.gz
freebsd-ports-gnome-624994999921592fe0d77fad3cfa41b4139f339a.tar.zst
freebsd-ports-gnome-624994999921592fe0d77fad3cfa41b4139f339a.zip
Convert to USES=mono
With hat: portmgr
Diffstat (limited to 'lang')
-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>