svn commit: r325024 - head/devel/libgsf

Koop Mast kwm at FreeBSD.org
Mon Aug 19 22:09:20 UTC 2013


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


More information about the svn-ports-head mailing list