Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 22:09:19 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325024 - head/devel/libgsf
Message-ID:  <201308192209.r7JM9JUa066903@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Aug 19 22:09:19 2013
New Revision: 325024
URL: http://svnweb.freebsd.org/changeset/ports/325024

Log:
  Switch to USES=gmake , and USE_GNOME=introspection:build
  
  Obtained from:	GNOME dev repo

Modified:
  head/devel/libgsf/Makefile

Modified: head/devel/libgsf/Makefile
==============================================================================
--- head/devel/libgsf/Makefile	Mon Aug 19 21:46:48 2013	(r325023)
+++ head/devel/libgsf/Makefile	Mon Aug 19 22:09:19 2013	(r325024)
@@ -1,6 +1,6 @@
 # Created by: Maxim Sobolev <sobomax@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/trunk/devel/libgsf/Makefile 18401 2013-04-28 12:15:27Z kwm $
+#   $MCom: ports/trunk/devel/libgsf/Makefile 18634 2013-07-26 10:42:35Z kwm $
 
 PORTNAME=	libgsf
 PORTVERSION=	1.14.27
@@ -11,13 +11,11 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Extensible I/O abstraction for dealing with structured file formats
 
-BUILD_DEPENDS+=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-
 USE_XZ=		yes
-USE_GMAKE=	yes
-USES=		gettext pathfix pkgconfig
+USES=		gettext gmake pathfix pkgconfig
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomeprefix glib20 libxml2 ltverhack intlhack
+USE_GNOME=	gnomeprefix glib20 libxml2 ltverhack intlhack \
+		introspection:build
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308192209.r7JM9JUa066903>