svn commit: r387194 - head/audio/taglib-sharp

Antoine Brodin antoine at FreeBSD.org
Sat May 23 23:41:21 UTC 2015


Author: antoine
Date: Sat May 23 23:41:20 2015
New Revision: 387194
URL: https://svnweb.freebsd.org/changeset/ports/387194

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

Modified:
  head/audio/taglib-sharp/Makefile

Modified: head/audio/taglib-sharp/Makefile
==============================================================================
--- head/audio/taglib-sharp/Makefile	Sat May 23 23:37:40 2015	(r387193)
+++ head/audio/taglib-sharp/Makefile	Sat May 23 23:41:20 2015	(r387194)
@@ -10,6 +10,7 @@ MAINTAINER=	mono at FreeBSD.org
 COMMENT=	Tagging library for the Mono framework
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_MCS=${LOCALBASE}/bin/mcs
 USES=		gmake mono pathfix pkgconfig
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}" \


More information about the svn-ports-all mailing list