1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build by adding a build dependency on pkgconf.

While here convert USE_GNOME=gnomehack -> USES=pathfix
This commit is contained in:
Baptiste Daroussin 2013-03-18 09:46:11 +00:00
parent 9d2173386c
commit ac064bebc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314546

View File

@ -11,8 +11,9 @@ COMMENT= D-Bus for .NET: GLib integration module
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>