diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-26 15:13:52 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-26 15:13:52 +0800 |
commit | f8efe5ccbf0bdd7e4bd2301fc8778275147244e6 (patch) | |
tree | 23e35fd75fcf265dfcebc1e51241cd793cdd1cf8 /net-im | |
parent | b462c7ff7973274dc5f92a960eb66de85875596d (diff) | |
download | freebsd-ports-gnome-f8efe5ccbf0bdd7e4bd2301fc8778275147244e6.tar.gz freebsd-ports-gnome-f8efe5ccbf0bdd7e4bd2301fc8778275147244e6.tar.zst freebsd-ports-gnome-f8efe5ccbf0bdd7e4bd2301fc8778275147244e6.zip |
Revert the unauthorized conversion of pkg-config from a proper build dep
to the new macro (r301539). Convert pkg-config to pkgconf.
Add a build dep on pkgconf to pidgin-otr to handle libotr's .pc files
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mbpurple/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/mbpurple/Makefile b/net-im/mbpurple/Makefile index 8ef4cc9953da..666a4db683f5 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 +BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \ + pkgconf>0:${PORTSDIR}/devel/pkgconf 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 |