Remove dependency on www/webkit, as this uses QtWebKit, included in

x11/qt4.

Pointed out by ajacoutot@
This commit is contained in:
jeremy 2013-04-13 15:45:47 +00:00
parent 8e7a80dd63
commit 13ad28a636

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:44:49 espie Exp $
# $OpenBSD: Makefile,v 1.5 2013/04/13 15:45:47 jeremy Exp $
COMMENT = capybara driver that uses WebKit
DISTNAME = capybara-webkit-0.13.0
REVISION = 1
REVISION = 2
CATEGORIES = www
HOMEPAGE= https://github.com/thoughtbot/capybara-webkit
@ -20,7 +20,6 @@ WANTLIB += Xinerama Xrender fontconfig freetype pthread stdc++
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = converters/ruby-json,${MODRUBY_FLAVOR} \
www/ruby-capybara,${MODRUBY_FLAVOR}>=1.0.0,<1.2 \
www/webkit \
x11/qt4
.include <bsd.port.mk>