From owner-svn-ports-all@FreeBSD.ORG Mon Jul 23 06:52:29 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FB16106564A; Mon, 23 Jul 2012 06:52:29 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 59B1A8FC14; Mon, 23 Jul 2012 06:52:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6N6qTFE076139; Mon, 23 Jul 2012 06:52:29 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6N6qTRQ076135; Mon, 23 Jul 2012 06:52:29 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201207230652.q6N6qTRQ076135@svn.freebsd.org> From: Doug Barton Date: Mon, 23 Jul 2012 06:52:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301373 - in head: net-im/mbpurple security/libotr X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2012 06:52:29 -0000 Author: dougb Date: Mon Jul 23 06:52:27 2012 New Revision: 301373 URL: http://svn.freebsd.org/changeset/ports/301373 Log: Change USE_GNOME= pkgconfig to a direct BUILD_DEPENDS for my ports Modified: head/net-im/mbpurple/Makefile head/security/libotr/Makefile Modified: head/net-im/mbpurple/Makefile ============================================================================== --- head/net-im/mbpurple/Makefile Mon Jul 23 06:44:18 2012 (r301372) +++ head/net-im/mbpurple/Makefile Mon Jul 23 06:52:27 2012 (r301373) @@ -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 -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \ + pkg-config>0:${PORTSDIR}/devel/pkg-config +RUN_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin PROJECTHOST= microblog-purple USE_GMAKE= yes -USE_GNOME= pkgconfig post-patch: @${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.Dist Modified: head/security/libotr/Makefile ============================================================================== --- head/security/libotr/Makefile Mon Jul 23 06:44:18 2012 (r301372) +++ head/security/libotr/Makefile Mon Jul 23 06:52:27 2012 (r301373) @@ -20,12 +20,12 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dougb@FreeBSD.org COMMENT= The portable OTR Messaging Library and toolkit +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \ gcrypt:${PORTSDIR}/security/libgcrypt MAKE_JOBS_SAFE= yes -USE_GNOME= pkgconfig USE_AUTOTOOLS= autoconf libtool USE_LDCONFIG= yes