768c589c29
of the shlib major bump. PKGREVISION++ for the dependencies.
15 lines
409 B
Makefile
15 lines
409 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/01/24 07:32:17 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= ruby-gnome2-gdkpixbuf-${VERSION}
|
|
COMMENT= Ruby binding of GdkPixbuf-2.x
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics devel
|
|
|
|
RUBY_EXTCONF_SUBDIRS= gdkpixbuf
|
|
|
|
DEPENDS+= ruby-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|