aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 13:14:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 13:14:02 +0000
commitea92c06d05ed39c8946231dea2c6fa6cd52110c4 (patch)
tree8c7a7150747febd34e2aef94b8d0b187a604393d
parent4de7d44a7957c1f591b2d2633e2327881745a4ec (diff)
downloadports-ea92c06d05ed39c8946231dea2c6fa6cd52110c4.tar.gz
ports-ea92c06d05ed39c8946231dea2c6fa6cd52110c4.zip
Notes
-rw-r--r--www/webkit-sharp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/webkit-sharp/Makefile b/www/webkit-sharp/Makefile
index a8fe3c3b5fa9..35c10c2cfd72 100644
--- a/www/webkit-sharp/Makefile
+++ b/www/webkit-sharp/Makefile
@@ -9,14 +9,15 @@ MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
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>