diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 01:06:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 01:06:54 +0800 |
commit | 14ab2bf1d6c0a9a93307008e293bd77108cf2fd0 (patch) | |
tree | ef9b65d350963346f68649a9dfa10f6c49f8e664 /net-im | |
parent | bc0302d760f86eae35020abb4d50fe457d8c114d (diff) | |
download | freebsd-ports-gnome-14ab2bf1d6c0a9a93307008e293bd77108cf2fd0.tar.gz freebsd-ports-gnome-14ab2bf1d6c0a9a93307008e293bd77108cf2fd0.tar.zst freebsd-ports-gnome-14ab2bf1d6c0a9a93307008e293bd77108cf2fd0.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-mission-control/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/telepathy-mission-control/Makefile b/net-im/telepathy-mission-control/Makefile index fc30cbafcae0..bdb159cb794c 100644 --- a/net-im/telepathy-mission-control/Makefile +++ b/net-im/telepathy-mission-control/Makefile @@ -13,11 +13,11 @@ COMMENT= Telepathy component to apps to abstract details of connection managers LIB_DEPENDS= telepathy.2:${PORTSDIR}/net-im/libtelepathy \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +USES= gmake pkgconfig USE_GNOME= gnomeprefix libxslt gnomehack ltverhack USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GMAKE= yes USE_LDCONFIG= yes GLIB_SCHEMAS= im.telepathy.MissionControl.FromEmpathy.gschema.xml CONFIGURE_ARGS= --disable-upower |