diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-18 17:33:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-18 17:33:23 +0800 |
commit | 19c12d2fffc779a240636512a339f2fb6c240c4d (patch) | |
tree | c961ffca1bf8fe127adfd7493c506d13677a05ff | |
parent | 4720d44da5332622bb9649dabe65bd4ca4776c4e (diff) | |
download | freebsd-ports-gnome-19c12d2fffc779a240636512a339f2fb6c240c4d.tar.gz freebsd-ports-gnome-19c12d2fffc779a240636512a339f2fb6c240c4d.tar.zst freebsd-ports-gnome-19c12d2fffc779a240636512a339f2fb6c240c4d.zip |
Add an explicit dependency on pkg-config
Reported by: pkg-fallout
-rw-r--r-- | net-im/gloox/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index 2ad6f76a9cc9..fbed054da627 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gloox -# Date created: 24 April 2006 -# Whom: trasz -# +# Created by: trasz # $FreeBSD$ -# PORTNAME= gloox PORTVERSION= 1.0 @@ -19,7 +15,7 @@ LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ USE_AUTOTOOLS= libtool USE_BZIP2= yes -USES= pathfix +USES= pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |