svn commit: r355333 - head/www/webkit-sharp

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 13:14:03 UTC 2014


Author: bapt
Date: Mon May 26 13:14:02 2014
New Revision: 355333
URL: http://svnweb.freebsd.org/changeset/ports/355333
QAT: https://qat.redports.org/buildarchive/r355333/

Log:
  Convert to USES=mono
  Mark as broken: does not fetch

Modified:
  head/www/webkit-sharp/Makefile

Modified: head/www/webkit-sharp/Makefile
==============================================================================
--- head/www/webkit-sharp/Makefile	Mon May 26 13:13:46 2014	(r355332)
+++ head/www/webkit-sharp/Makefile	Mon May 26 13:14:02 2014	(r355333)
@@ -9,14 +9,15 @@ MASTER_SITES=	http://ftp.novell.com/pub/
 MAINTAINER=	mono at FreeBSD.org
 COMMENT=	Mono bindings for Webkit
 
+BROKEN=		does not fetch
+
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PLIST_SUB+=	ASSEMBLY_VERSION=1.1.15
 
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix pkgconfig
+USES=		gmake mono pathfix pkgconfig tar:bzip2
 USE_GNOME=	gtksharp20
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list