From ef5a36d72f5efa7da2c1e6627c02e2358d9c24c9 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 23 May 2015 23:59:42 +0000 Subject: [PATCH] Fix configure with mono 4 Reported by: pkg-fallout --- irc/smartirc4net/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/irc/smartirc4net/Makefile b/irc/smartirc4net/Makefile index 72bfe08755f3..f7b670d01f2d 100644 --- a/irc/smartirc4net/Makefile +++ b/irc/smartirc4net/Makefile @@ -9,10 +9,8 @@ MASTER_SITES= http://www.smuxi.org/jaws/data/files/ MAINTAINER= mono@FreeBSD.org COMMENT= Multi-layered IRC library -BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono -RUN_DEPENDS:= ${BUILD_DEPENDS} - GNU_CONFIGURE= yes -USES= pathfix pkgconfig gmake +CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs +USES= gmake mono pathfix pkgconfig .include