aboutsummaryrefslogtreecommitdiff
path: root/security/libotr
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2013-10-26 21:36:26 +0000
committerCarlo Strub <cs@FreeBSD.org>2013-10-26 21:36:26 +0000
commiteecee497f704109c279f08f673b6aef203fd15cd (patch)
tree008b89543e4b4ade1d6ba1e41edd46cf48535101 /security/libotr
parent8ac4f6de416a01be965b7f49f0d5c612b89da18d (diff)
downloadports-eecee497f704109c279f08f673b6aef203fd15cd.tar.gz
ports-eecee497f704109c279f08f673b6aef203fd15cd.zip
- security/libotr: update to new LIB_DEPENDS, adjust conflicts
- security/libotr3: update to new LIB_DEPENDS, adjust conflicts, add staging support
Notes
Notes: svn path=/head/; revision=331737
Diffstat (limited to 'security/libotr')
-rw-r--r--security/libotr/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile
index e28247f1b6ee..a425a7a284f5 100644
--- a/security/libotr/Makefile
+++ b/security/libotr/Makefile
@@ -14,11 +14,13 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Portable OTR Messaging Library and toolkit
+LICENSE= LGPL21
+
BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf
-LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \
- gcrypt:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error \
+ libgcrypt.so:${PORTSDIR}/security/libgcrypt
-CONFLICTS= libotr-3.*
+CONFLICTS= libotr3-*
USE_AUTOTOOLS= autoconf libtool
USE_LDCONFIG= yes