Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 20:36:29 +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: r387339 - head/devel/ndesk-options
Message-ID:  <201505242036.t4OKaTaH023805@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun May 24 20:36:28 2015
New Revision: 387339
URL: https://svnweb.freebsd.org/changeset/ports/387339

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

Modified:
  head/devel/ndesk-options/Makefile

Modified: head/devel/ndesk-options/Makefile
==============================================================================
--- head/devel/ndesk-options/Makefile	Sun May 24 20:34:07 2015	(r387338)
+++ head/devel/ndesk-options/Makefile	Sun May 24 20:36:28 2015	(r387339)
@@ -9,6 +9,7 @@ MAINTAINER=	mono@FreeBSD.org
 COMMENT=	Callback-based program option parser for C\#
 
 GNU_CONFIGURE=	yes
+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?201505242036.t4OKaTaH023805>