Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2012 06:52:28 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301373 - in head: net-im/mbpurple security/libotr
Message-ID:  <201207230652.q6N6qTRQ076135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207230652.q6N6qTRQ076135>