Date: Mon, 18 Mar 2013 09:46:11 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314546 - head/devel/dbus-sharp-glib Message-ID: <201303180946.r2I9kBx1085767@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303180946.r2I9kBx1085767>