diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 21:11:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 21:11:43 +0800 |
commit | 624994999921592fe0d77fad3cfa41b4139f339a (patch) | |
tree | 70b9765f3e6a73ab132b6f15d1090fd496766c75 /lang | |
parent | 23aea6526fa89097f2c92775ade3ecad5d03ee03 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |