aboutsummaryrefslogtreecommitdiff
path: root/security/pidgin-otr
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-09-06 22:12:01 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-09-06 22:12:01 +0000
commitd3f02396bcffc3d1860d668087153d915844426a (patch)
treea13de213692963cc93ced780701669e2305c9d81 /security/pidgin-otr
parenta8ef5f2b48a5798ce3f0031e64220c506f57a72f (diff)
downloadports-d3f02396bcffc3d1860d668087153d915844426a.tar.gz
ports-d3f02396bcffc3d1860d668087153d915844426a.zip
- adopt USES for pkgconfig
- adopt new lib_depends format
Notes
Notes: svn path=/head/; revision=326555
Diffstat (limited to 'security/pidgin-otr')
-rw-r--r--security/pidgin-otr/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index 6c16bc7771bd..91fd947d526f 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -13,15 +13,13 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
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