diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-08 19:55:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-08 19:55:14 +0800 |
commit | 59cc0f4ebf07d3ab9e4b0d01c87ce7230f307a39 (patch) | |
tree | 77e92d23fc029f99a3670878ed0f269bb316b24a | |
parent | f96bdc1eb612d0de61487c2110d17df460871124 (diff) | |
download | freebsd-ports-gnome-59cc0f4ebf07d3ab9e4b0d01c87ce7230f307a39.tar.gz freebsd-ports-gnome-59cc0f4ebf07d3ab9e4b0d01c87ce7230f307a39.tar.zst freebsd-ports-gnome-59cc0f4ebf07d3ab9e4b0d01c87ce7230f307a39.zip |
Add needed pkgconfig dep while here convert to USES=gmake
Approved by: kwm (gnome)
-rw-r--r-- | net-im/loudmouth/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 341639d8cd63..8b0df3ab783a 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -13,8 +13,7 @@ COMMENT= Lightweight Jabber client library LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GNOME= gnomehack glib20 ltverhack |