diff options
author | cs <cs@FreeBSD.org> | 2013-10-27 05:36:26 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-10-27 05:36:26 +0800 |
commit | 45dbe9d80538b040aeb39bd62e90e415f8d3c90b (patch) | |
tree | 008b89543e4b4ade1d6ba1e41edd46cf48535101 /security/libotr | |
parent | caff1dc99efadb32c4364e9dbad833acb280e12b (diff) | |
download | freebsd-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/Makefile | 8 |
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 |