Date: Mon, 26 May 2014 13:14:03 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355333 - head/www/webkit-sharp Message-ID: <201405261314.s4QDE3A2010282@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261314.s4QDE3A2010282>