svn commit: r301373 - in head: net-im/mbpurple security/libotr
Doug Barton
dougb at FreeBSD.org
Mon Jul 23 06:52:29 UTC 2012
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 at 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 at 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
More information about the svn-ports-all
mailing list