diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
commit | c7d6ee97c1e3058dc5e26308ae336e58bc1197d9 (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /net-im/telepathy-farsight/Makefile | |
parent | b3e4e19ddced293c5d1147a3172d522b4a807708 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326133
Diffstat (limited to 'net-im/telepathy-farsight/Makefile')
-rw-r--r-- | net-im/telepathy-farsight/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/telepathy-farsight/Makefile b/net-im/telepathy-farsight/Makefile index 0f7f5c8c8299..6c34f4936181 100644 --- a/net-im/telepathy-farsight/Makefile +++ b/net-im/telepathy-farsight/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ gstfarsight-0.10:${PORTSDIR}/net-im/farsight2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes USE_PYTHON= yes USE_AUTOTOOLS= libtool |