diff options
Diffstat (limited to 'lang/fsharp/Makefile')
-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 3f8f0a402047..d685bfc67743 100644 --- a/lang/fsharp/Makefile +++ b/lang/fsharp/Makefile @@ -16,9 +16,9 @@ LICENSE= AL2 BUILD_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono RUN_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono +USES= pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= autoconf -USE_PKGCONFIG= build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |