eac55c7061
Packages can switch to that version when they're tested to build with it.
16 lines
573 B
Makefile
16 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/08/03 22:13:20 wiz Exp $
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-webkit-gtk-${VERSION}
|
|
COMMENT= Ruby binding of WebKitGTK+
|
|
CATEGORIES= www
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk3>=${VERSION}:../../x11/ruby-gnome2-gtk3
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection
|
|
DEPENDS+= webkit-gtk3>=1.10.2nb6:../../www/webkit1-gtk3
|
|
|
|
RUBY_SETUP_SUBDIRS= webkit-gtk
|
|
USE_RUBY_EXTCONF= no
|
|
USE_RUBY_SETUP= yes
|
|
USE_RUBY_SETUP_PKG= yes
|
|
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|