aboutsummaryrefslogtreecommitdiffstats
path: root/security/libotr
diff options
context:
space:
mode:
authorcs <cs@FreeBSD.org>2013-10-27 05:36:26 +0800
committercs <cs@FreeBSD.org>2013-10-27 05:36:26 +0800
commit45dbe9d80538b040aeb39bd62e90e415f8d3c90b (patch)
tree008b89543e4b4ade1d6ba1e41edd46cf48535101 /security/libotr
parentcaff1dc99efadb32c4364e9dbad833acb280e12b (diff)
downloadfreebsd-ports-gnome-45dbe9d80538b040aeb39bd62e90e415f8d3c90b.tar.gz
freebsd-ports-gnome-45dbe9d80538b040aeb39bd62e90e415f8d3c90b.tar.zst
freebsd-ports-gnome-45dbe9d80538b040aeb39bd62e90e415f8d3c90b.zip
- security/libotr: update to new LIB_DEPENDS, adjust conflicts
- security/libotr3: update to new LIB_DEPENDS, adjust conflicts, add staging support
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