diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
commit | 9346b215f04cc84bbb7125ff2fcf03978f859a21 (patch) | |
tree | 73bea5baa559b61c5e812c50ac96fad638950c75 /net-im | |
parent | 49ac3accb4fc378c681317849f4ae94655a61423 (diff) | |
download | ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.tar.gz ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/climm/Makefile | 2 | ||||
-rw-r--r-- | net-im/libjingle/Makefile | 2 | ||||
-rw-r--r-- | net-im/mbpurple/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index fe064b6f744c..a4f11c6e6cf8 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -71,7 +71,7 @@ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-xmpp --enable-ssl=gnutls \ --with-libgcrypt-prefix=${LOCALBASE} CONFIGURE_ENV+= LIBGNUTLS_CONFIG="${LOCALBASE}/bin/pkg-config gnutls" -BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config +USE_PKGCONFIG= yes LIB_DEPENDS+= iksemel:${PORTSDIR}/textproc/iksemel \ gnutls:${PORTSDIR}/security/gnutls \ gcrypt:${PORTSDIR}/security/libgcrypt \ diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile index 7b28814f94b4..13307f52a47e 100644 --- a/net-im/libjingle/Makefile +++ b/net-im/libjingle/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Google Talk's implementation of Jingle and Jingle-Audio -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ ilbc.0:${PORTSDIR}/net/ilbc \ ortp.8:${PORTSDIR}/net/linphone-base \ @@ -27,6 +26,7 @@ USE_GNOME= glib20 USE_OPENSSL= yes USE_AUTOTOOLS= libtool USE_DOS2UNIX= README +USE_PKGCONFIG= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ilbc=${LOCALBASE} \ diff --git a/net-im/mbpurple/Makefile b/net-im/mbpurple/Makefile index 6b7cbaf25b59..8ef4cc9953da 100644 --- a/net-im/mbpurple/Makefile +++ b/net-im/mbpurple/Makefile @@ -13,12 +13,12 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= dougb@FreeBSD.org COMMENT= Integrate twitter with pidgin (AKA microblog-purple) -BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \ - pkg-config>0:${PORTSDIR}/devel/pkg-config +BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin PROJECTHOST= microblog-purple USE_GMAKE= yes +USE_PKGCONFIG= yes post-patch: @${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.Dist |