svn commit: r314546 - head/devel/dbus-sharp-glib

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 18 11:06:35 UTC 2013


Author: bapt
Date: Mon Mar 18 09:46:11 2013
New Revision: 314546
URL: http://svnweb.freebsd.org/changeset/ports/314546

Log:
  Fix build by adding a build dependency on pkgconf.
  While here convert USE_GNOME=gnomehack -> USES=pathfix

Modified:
  head/devel/dbus-sharp-glib/Makefile

Modified: head/devel/dbus-sharp-glib/Makefile
==============================================================================
--- head/devel/dbus-sharp-glib/Makefile	Mon Mar 18 09:40:20 2013	(r314545)
+++ head/devel/dbus-sharp-glib/Makefile	Mon Mar 18 09:46:11 2013	(r314546)
@@ -11,8 +11,9 @@ COMMENT=	D-Bus for .NET: GLib integratio
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dbus-sharp-1.0.pc:${PORTSDIR}/devel/dbus-sharp
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dbus-sharp-1.0.pc:${PORTSDIR}/devel/dbus-sharp
 
+USES=		pathfix
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack
+USE_PKGCONFIG=	build
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list