Date: Wed, 5 Feb 2014 20:03:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342835 - head/devel/rubygem-gobject-introspection Message-ID: <201402052003.s15K3op5018304@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Feb 5 20:03:50 2014 New Revision: 342835 URL: http://svnweb.freebsd.org/changeset/ports/342835 QAT: https://qat.redports.org/buildarchive/r342835/ Log: - Use USE_GNOME=introspection PR: ports/186212 Submitted by: amdmi3 Modified: head/devel/rubygem-gobject-introspection/Makefile Modified: head/devel/rubygem-gobject-introspection/Makefile ============================================================================== --- head/devel/rubygem-gobject-introspection/Makefile Wed Feb 5 20:03:46 2014 (r342834) +++ head/devel/rubygem-gobject-introspection/Makefile Wed Feb 5 20:03:50 2014 (r342835) @@ -8,11 +8,10 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby binding for GObjectIntrospection -BUILD_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +BUILD_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 +RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 +USE_GNOME= introspection USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402052003.s15K3op5018304>