freebsd-ports/graphics/rubygem-gdk_pixbuf2/Makefile
Steve Wills c02cda76c0 x11/rubygem-gnome2: update to 2.2.3
Update all rubygem-gnome2 and related ports to 2.2.3

While here, mark rubygem-glib2 as broken with Ruby 2.1
2014-11-12 02:02:59 +00:00

18 lines
346 B
Makefile

# $FreeBSD$
PORTNAME= gdk_pixbuf2
PORTVERSION= 2.2.3
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for GdkPixbuf2
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
USE_GNOME= gdkpixbuf2
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>