diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-22 07:10:31 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-22 07:10:31 +0000 |
commit | b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56 (patch) | |
tree | a9da48ec602f00615d045ae17eea9acfa84d13d4 /security/libotr | |
parent | 7c9c53d586e9569eda76c3d558b06aa6fda547fc (diff) | |
download | ports-b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56.tar.gz ports-b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56.zip |
Notes
Diffstat (limited to 'security/libotr')
-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 |