Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 23:59:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387196 - head/irc/smartirc4net
Message-ID:  <201505232359.t4NNxhRN077938@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May 23 23:59:42 2015
New Revision: 387196
URL: https://svnweb.freebsd.org/changeset/ports/387196

Log:
  Fix configure with mono 4
  
  Reported by:	pkg-fallout

Modified:
  head/irc/smartirc4net/Makefile

Modified: head/irc/smartirc4net/Makefile
==============================================================================
--- head/irc/smartirc4net/Makefile	Sat May 23 23:45:50 2015	(r387195)
+++ head/irc/smartirc4net/Makefile	Sat May 23 23:59:42 2015	(r387196)
@@ -9,10 +9,8 @@ MASTER_SITES=	http://www.smuxi.org/jaws/
 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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505232359.t4NNxhRN077938>