diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-22 03:28:11 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-22 03:28:11 +0800 |
commit | 8d7cac0980e74990558c589e49d398297c5a195b (patch) | |
tree | 7c9060237a2c1d24c9ce1bb3e49da4ab8fd4b322 /net-im | |
parent | 735f9da42c612c1b7ca68d18085c6bc865cf41f9 (diff) | |
download | marcuscom-ports-8d7cac0980e74990558c589e49d398297c5a195b.tar.gz marcuscom-ports-8d7cac0980e74990558c589e49d398297c5a195b.tar.zst marcuscom-ports-8d7cac0980e74990558c589e49d398297c5a195b.zip |
net-im/telepathy-haze needs pkgconfig to build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18907 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-haze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/telepathy-haze/Makefile b/net-im/telepathy-haze/Makefile index e7f34b106..f9226365b 100644 --- a/net-im/telepathy-haze/Makefile +++ b/net-im/telepathy-haze/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple \ libidn.so:${PORTSDIR}/dns/libidn \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= libxslt:build CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes |