svn commit: r342835 - head/devel/rubygem-gobject-introspection

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 5 20:03:50 UTC 2014


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 at 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


More information about the svn-ports-head mailing list