Fix configure with mono 4

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2015-05-23 23:59:42 +00:00
parent b5d3f3a58b
commit ef5a36d72f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387196

View file

@ -9,10 +9,8 @@ MASTER_SITES= http://www.smuxi.org/jaws/data/files/
MAINTAINER= mono@FreeBSD.org MAINTAINER= mono@FreeBSD.org
COMMENT= Multi-layered IRC library COMMENT= Multi-layered IRC library
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= pathfix pkgconfig gmake CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs
USES= gmake mono pathfix pkgconfig
.include <bsd.port.mk> .include <bsd.port.mk>