diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-18 09:33:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-18 09:33:23 +0000 |
commit | e2c1d81e13d65e33cf5ae03295ef751e995bb145 (patch) | |
tree | c961ffca1bf8fe127adfd7493c506d13677a05ff /net-im/gloox | |
parent | 6cf42b6df59fb4b43016d98fbf55f3ef26a43073 (diff) | |
download | ports-e2c1d81e13d65e33cf5ae03295ef751e995bb145.tar.gz ports-e2c1d81e13d65e33cf5ae03295ef751e995bb145.zip |
Notes
Diffstat (limited to 'net-im/gloox')
-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 |