diff options
Diffstat (limited to 'security/libotr/Makefile')
-rw-r--r-- | security/libotr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile index 6ca81c2cb95f..2793968f5de4 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -8,14 +8,14 @@ PORTNAME= libotr PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.cypherpunks.ca/otr/ MAINTAINER= ports@mcdermottroe.com COMMENT= The portable OTR Messaging Library and toolkit -LIB_DEPENDS= gpg-error:${PORTSDIR}/security/libgpg-error \ +LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error \ gcrypt:${PORTSDIR}/security/libgcrypt USE_AUTOTOOLS= autoconf:259 libtool:15 |