diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /security/libotr | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.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 c611a315bff0..78f7485372df 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -8,7 +8,7 @@ PORTNAME= libotr PORTVERSION= 3.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.cypherpunks.ca/otr/ \ http://dougbarton.us/Downloads/ @@ -24,7 +24,7 @@ LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \ MAKE_JOBS_SAFE= yes USE_GNOME= pkgconfig -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_LDCONFIG= yes MAN1= otr_toolkit.1 |