svn commit: r387196 - head/irc/smartirc4net

Antoine Brodin antoine at FreeBSD.org
Sat May 23 23:59:43 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list