diff options
Diffstat (limited to 'security/libotr/Makefile')
-rw-r--r-- | security/libotr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile index 09f13cc3016a..666cf7155d4c 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -18,8 +18,7 @@ COMMENT= The portable OTR Messaging Library and toolkit LIB_DEPENDS= gpg-error:${PORTSDIR}/security/libgpg-error \ gcrypt:${PORTSDIR}/security/libgcrypt -USE_AUTOCONF_VER=259 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= autoconf:259 libtool:15 INSTALLS_SHLIB= yes MAN1= otr_toolkit.1 |