svn commit: r387339 - head/devel/ndesk-options
Antoine Brodin
antoine at FreeBSD.org
Sun May 24 20:36:29 UTC 2015
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 at 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>
More information about the svn-ports-all
mailing list