diff options
author | jylefort <jylefort@FreeBSD.org> | 2007-03-08 22:12:08 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2007-03-08 22:12:08 +0800 |
commit | c4944def578b138bd40a702400e001b3f2aaa712 (patch) | |
tree | d64a8cda118d8fc2a7397e06e1744e73ce5b0e0b /security/libotr | |
parent | 2818bcb07f94ae1a5fd2baf45cfa9c4f913e6a40 (diff) | |
download | freebsd-ports-gnome-c4944def578b138bd40a702400e001b3f2aaa712.tar.gz freebsd-ports-gnome-c4944def578b138bd40a702400e001b3f2aaa712.tar.zst freebsd-ports-gnome-c4944def578b138bd40a702400e001b3f2aaa712.zip |
Track libgpg-error shlib version change.
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 2793968f5de4..f367502a7417 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -8,14 +8,14 @@ PORTNAME= libotr PORTVERSION= 3.0.0 -PORTREVISION= 2 +PORTREVISION= 3 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.3:${PORTSDIR}/security/libgpg-error \ +LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \ gcrypt:${PORTSDIR}/security/libgcrypt USE_AUTOTOOLS= autoconf:259 libtool:15 |