Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 22:12:02 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326555 - head/security/pidgin-otr
Message-ID:  <201309062212.r86MC2mx025845@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Fri Sep  6 22:12:01 2013
New Revision: 326555
URL: http://svnweb.freebsd.org/changeset/ports/326555

Log:
  - adopt USES for pkgconfig
  - adopt new lib_depends format

Modified:
  head/security/pidgin-otr/Makefile

Modified: head/security/pidgin-otr/Makefile
==============================================================================
--- head/security/pidgin-otr/Makefile	Fri Sep  6 22:04:10 2013	(r326554)
+++ head/security/pidgin-otr/Makefile	Fri Sep  6 22:12:01 2013	(r326555)
@@ -13,15 +13,13 @@ DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${
 MAINTAINER=	jgh@FreeBSD.org
 COMMENT=	Allows deniable private conversations using Pidgin
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \
-		pkgconf>0:${PORTSDIR}/devel/pkgconf
-LIB_DEPENDS=	otr:${PORTSDIR}/security/libotr \
-		gcrypt:${PORTSDIR}/security/libgcrypt \
-		purple:${PORTSDIR}/net-im/libpurple
-
+BUILD_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
+LIB_DEPENDS=	libotr.so:${PORTSDIR}/security/libotr \
+		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+		libpurple.so:${PORTSDIR}/net-im/libpurple
 
 USE_GNOME=	intltool
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include



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