svn commit: r326555 - head/security/pidgin-otr
Jason Helfman
jgh at FreeBSD.org
Fri Sep 6 22:12:02 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list